IDTSServerExecution100.SetCallerInfo Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the caller information property with the specified caller information.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub SetCallerInfo ( _
bstrCallerInfo As String _
)
'Usage
Dim instance As IDTSServerExecution100
Dim bstrCallerInfo As String
instance.SetCallerInfo(bstrCallerInfo)
void SetCallerInfo(
string bstrCallerInfo
)
void SetCallerInfo(
[InAttribute] String^ bstrCallerInfo
)
abstract SetCallerInfo :
bstrCallerInfo:string -> unit
function SetCallerInfo(
bstrCallerInfo : String
)
Parameters
- bstrCallerInfo
Type: System.String
The information of the caller.
Remarks
For more information, see SsisServerExecution.