共用方式為


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.

請參閱

參考

Microsoft.SqlServer.Management.Common 命名空間