ICreatable 接口
Defines a method to create an object on the referenced connection.
命名空间: 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 | Creates an object on the server as defined by the referenced SMO object. |
页首
注释
The ICreatable class is implemented by various instance classes.