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 命名空间