FeatureTree.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定具有指定之索引鍵的功能。
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
要取得或設定的功能索引鍵。
屬性值
具有指定之索引鍵的功能。