IExplorerEntityDescriptor.Item[String] 속성

정의

이름을 기준으로 속성 설명자를 가져옵니다.

public:
 property Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^ default[System::String ^] { Microsoft::SqlServer::Management::Explorer::IExplorerPropertyDescriptor ^ get(System::String ^ name); };
public Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Explorer.IExplorerPropertyDescriptor
Default Public ReadOnly Property Item(name As String) As IExplorerPropertyDescriptor

매개 변수

name
String

속성의 이름을 나타내는 String입니다.

속성 값

속성 설명자입니다.

적용 대상