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


Интерфейс ISfcCreatable

Defines a method that can be used to produce a script to create this object to storage in its current state. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public Interface ISfcCreatable _
    Inherits ICreatable
'Применение
Dim instance As ISfcCreatable
public interface ISfcCreatable : ICreatable
public interface class ISfcCreatable : ICreatable
type ISfcCreatable =  
    interface 
        interface ICreatable 
    end
public interface ISfcCreatable extends ICreatable

Тип ISfcCreatable обеспечивает доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Create Creates an object on the server as defined by the referenced SMO object. (Производный от ICreatable.)
Открытый метод ScriptCreate Produces the script to create this object to storage in its current state. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc