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.