IExplorerEntityDescriptor.Properties プロパティ

詳細ビューに定義されているプロパティ、または詳細ビューに必要なプロパティを取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

ReadOnly Property Properties As (Of IExplorerPropertyDescriptor)
    Get
'使用

Dim instance As IExplorerEntityDescriptor
Dim value As (Of IExplorerPropertyDescriptor)

value = instance.Properties
<IExplorerPropertyDescriptor> Properties { get; }
property <IExplorerPropertyDescriptor^>^ Properties {
    <IExplorerPropertyDescriptor^>^ get ();
}
abstract Properties : <IExplorerPropertyDescriptor>
function get Properties () : <IExplorerPropertyDescriptor>

プロパティ値

型: <IExplorerPropertyDescriptor>
定義されているプロパティ、または必要なプロパティです。

関連項目

参照

IExplorerEntityDescriptor インターフェイス

Microsoft.SqlServer.Management 名前空間