Метод IDTSApplication100.CreateSsisServerExecution
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Creates SSIS server execution.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Function CreateSsisServerExecution ( _
bstrServerName As String, _
bstrPackagePath As String, _
bstrReferenceId As String, _
bUse32BitRuntime As Boolean _
) As IDTSServerExecution100
'Применение
Dim instance As IDTSApplication100
Dim bstrServerName As String
Dim bstrPackagePath As String
Dim bstrReferenceId As String
Dim bUse32BitRuntime As Boolean
Dim returnValue As IDTSServerExecution100
returnValue = instance.CreateSsisServerExecution(bstrServerName, _
bstrPackagePath, bstrReferenceId, _
bUse32BitRuntime)
IDTSServerExecution100 CreateSsisServerExecution(
string bstrServerName,
string bstrPackagePath,
string bstrReferenceId,
bool bUse32BitRuntime
)
IDTSServerExecution100^ CreateSsisServerExecution(
[InAttribute] String^ bstrServerName,
[InAttribute] String^ bstrPackagePath,
[InAttribute] String^ bstrReferenceId,
[InAttribute] bool bUse32BitRuntime
)
abstract CreateSsisServerExecution :
bstrServerName:string *
bstrPackagePath:string *
bstrReferenceId:string *
bUse32BitRuntime:bool -> IDTSServerExecution100
function CreateSsisServerExecution(
bstrServerName : String,
bstrPackagePath : String,
bstrReferenceId : String,
bUse32BitRuntime : boolean
) : IDTSServerExecution100
Параметры
- bstrServerName
Тип: System.String
The server name.
- bstrPackagePath
Тип: System.String
The path for the package.
- bstrReferenceId
Тип: System.String
The reference identifier.
- bUse32BitRuntime
Тип: System.Boolean
Indicates if the 32-bit runtime is used to run the package on a 64-bit operating system.
Возвращаемое значение
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSServerExecution100
The created SSIS server.