IExplorerViewDescriptor インターフェイス

ExplorerViewDescriptor を表すメソッドを定義します。

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

構文

'宣言

Public Interface IExplorerViewDescriptor _
    Inherits ISupportUserCustomization
'使用

Dim instance As IExplorerViewDescriptor
public interface IExplorerViewDescriptor : ISupportUserCustomization
public interface class IExplorerViewDescriptor : ISupportUserCustomization
type IExplorerViewDescriptor =  
    interface
        interface ISupportUserCustomization
    end
public interface IExplorerViewDescriptor extends ISupportUserCustomization

IExplorerViewDescriptor 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Columns 記述子の列を取得します (該当する場合)。
パブリック プロパティ DetailsViews 記述子の詳細ビューを取得します。
パブリック プロパティ DisplayName 記述子の表示名を取得します。
パブリック プロパティ ViewType 記述子のビューの種類を取得します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ResetUserCustomizations SQL Server Management Studio でユーザーによるエクスプローラーのカスタマイズをリセットします。 (ISupportUserCustomization から継承されています。)
パブリック メソッド SaveUserCustomizations SQL Server Management Studio でユーザーによるエクスプローラーのカスタマイズを保存します。 (ISupportUserCustomization から継承されています。)

先頭に戻る

関連項目

参照

Microsoft.SqlServer.Management 名前空間