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 です。

プロパティ値

プロパティ記述子。

適用対象