FeatureTree.Item[String] プロパティ

定義

指定されたキーを持つ機能を取得または設定します。

public:
 property Microsoft::SqlServer::Configuration::UserVisibleFeature ^ default[System::String ^] { Microsoft::SqlServer::Configuration::UserVisibleFeature ^ get(System::String ^ key); };
public Microsoft.SqlServer.Configuration.UserVisibleFeature this[string key] { get; }
member this.Item(string) : Microsoft.SqlServer.Configuration.UserVisibleFeature
Default Public ReadOnly Property Item(key As String) As UserVisibleFeature

パラメーター

key
String

取得または設定する機能のキーです。

プロパティ値

指定されたキーを持つ機能です。

適用対象