IExplorerViewDescriptor インターフェイス

定義

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

public interface class IExplorerViewDescriptor : Microsoft::SqlServer::Management::Explorer::ISupportUserCustomization
public interface IExplorerViewDescriptor : Microsoft.SqlServer.Management.Explorer.ISupportUserCustomization
type IExplorerViewDescriptor = interface
    interface ISupportUserCustomization
Public Interface IExplorerViewDescriptor
Implements ISupportUserCustomization
実装

プロパティ

Columns

記述子の列を取得します (該当する場合)。

DetailsViews

記述子の詳細ビューを取得します。

DisplayName

記述子の表示名を取得します。

ViewType

記述子のビューの種類を取得します。

メソッド

ResetUserCustomizations()

SQL Server Management Studio でユーザーによるエクスプローラーのカスタマイズをリセットします。

(継承元 ISupportUserCustomization)
SaveUserCustomizations()

SQL Server Management Studio でユーザーによるエクスプローラーのカスタマイズを保存します。

(継承元 ISupportUserCustomization)

適用対象