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

기능의 핵심은 얻거나 설정하는 것입니다.

속성 값

지정된 키를 가진 특징입니다.

적용 대상