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

가져오거나 설정할 기능의 키입니다.

속성 값

지정한 키가 있는 기능입니다.

적용 대상