Свойство SfcTSqlScript.ExecutionType

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Property ExecutionType As ExecutionTypes 
    Get 
    Set
'Применение
Dim instance As SfcTSqlScript 
Dim value As ExecutionTypes 

value = instance.ExecutionType

instance.ExecutionType = value
public ExecutionTypes ExecutionType { get; set; }
public:
property ExecutionTypes ExecutionType {
    ExecutionTypes get ();
    void set (ExecutionTypes value);
}
member ExecutionType : ExecutionTypes with get, set
function get ExecutionType () : ExecutionTypes 
function set ExecutionType (value : ExecutionTypes)

Значение свойства

Тип: Microsoft.SqlServer.Management.Common.ExecutionTypes
Returns ExecutionTypes. The execution type of the script.

См. также

Справочник

SfcTSqlScript Класс

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