Share via


SsisServerExecution.SetCallerInfo Method

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

Implements

IDTSServerExecution100.SetCallerInfo(String)

See Also

Reference

SsisServerExecution Class

Microsoft.SqlServer.Dts.Runtime Namespace