ICreatable インターフェイス

参照された接続でオブジェクトを作成するためのメソッドを定義します。

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

構文

'宣言
Public Interface ICreatable
'使用
Dim instance As ICreatable
public interface ICreatable
public interface class ICreatable
type ICreatable =  interface end
public interface ICreatable

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

メソッド

  名前 説明
パブリック メソッド Create 参照された SMO オブジェクトによる定義に基づいて、サーバー上にオブジェクトを作成します。

このページのトップへ

説明

ICreatable クラスは、さまざまなインスタンス クラスにより実装されます。

関連項目

参照

Microsoft.SqlServer.Management.Common 名前空間