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

關鍵在於取得或設定功能。

屬性值

就是那個帶有指定金鑰的功能。

適用於