Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the caller information of server.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub SetCallerInfo ( _
callerInfo As String _
)
'Usage
Dim instance As SsisServerExecution
Dim callerInfo As String
instance.SetCallerInfo(callerInfo)
public void SetCallerInfo(
string callerInfo
)
public:
virtual void SetCallerInfo(
String^ callerInfo
) sealed
abstract SetCallerInfo :
callerInfo:string -> unit
override SetCallerInfo :
callerInfo:string -> unit
public final function SetCallerInfo(
callerInfo : String
)
Parameters
- callerInfo
Type: System.String
The caller information.
Implements
IDTSServerExecution100.SetCallerInfo(String)