Свойство SfcTSqlScript.ExecutionMode
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Property ExecutionMode As SfcTSqlExecutor.ExecutionMode
Get
Set
'Применение
Dim instance As SfcTSqlScript
Dim value As SfcTSqlExecutor.ExecutionMode
value = instance.ExecutionMode
instance.ExecutionMode = value
public SfcTSqlExecutor.ExecutionMode ExecutionMode { get; set; }
public:
property SfcTSqlExecutor.ExecutionMode ExecutionMode {
SfcTSqlExecutor.ExecutionMode get ();
void set (SfcTSqlExecutor.ExecutionMode value);
}
member ExecutionMode : SfcTSqlExecutor.ExecutionMode with get, set
function get ExecutionMode () : SfcTSqlExecutor.ExecutionMode
function set ExecutionMode (value : SfcTSqlExecutor.ExecutionMode)
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTSqlExecutor.ExecutionMode
The execution mode of the script.