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

A String 代表該物業名稱。

屬性值

屬性描述符。

適用於