Метод Application.CreateSsisServerExecution
Creates SSIS server execution.
Этот API-интерфейс несовместим с CLS.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
<CLSCompliantAttribute(False)> _
Public Function CreateSsisServerExecution ( _
serverName As String, _
packagePath As String, _
referenceId As String, _
use32BitRuntime As Boolean _
) As IDTSServerExecution100
'Применение
Dim instance As Application
Dim serverName As String
Dim packagePath As String
Dim referenceId As String
Dim use32BitRuntime As Boolean
Dim returnValue As IDTSServerExecution100
returnValue = instance.CreateSsisServerExecution(serverName, _
packagePath, referenceId, use32BitRuntime)
[CLSCompliantAttribute(false)]
public IDTSServerExecution100 CreateSsisServerExecution(
string serverName,
string packagePath,
string referenceId,
bool use32BitRuntime
)
[CLSCompliantAttribute(false)]
public:
IDTSServerExecution100^ CreateSsisServerExecution(
String^ serverName,
String^ packagePath,
String^ referenceId,
bool use32BitRuntime
)
[<CLSCompliantAttribute(false)>]
member CreateSsisServerExecution :
serverName:string *
packagePath:string *
referenceId:string *
use32BitRuntime:bool -> IDTSServerExecution100
public function CreateSsisServerExecution(
serverName : String,
packagePath : String,
referenceId : String,
use32BitRuntime : boolean
) : IDTSServerExecution100
Параметры
- serverName
Тип: System.String
The server name.
- packagePath
Тип: System.String
The path for the package.
- referenceId
Тип: System.String
The reference identifier.
- use32BitRuntime
Тип: 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.