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

要取得或設定的功能索引鍵。

屬性值

UserVisibleFeature

具有指定之索引鍵的功能。

適用於