Поделиться через


Интерфейс 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.