SsisServerExecution.SetCallerInfo(String) Method

Definition

Sets the caller information of server.

public:
 virtual void SetCallerInfo(System::String ^ callerInfo);
public void SetCallerInfo (string callerInfo);
abstract member SetCallerInfo : string -> unit
override this.SetCallerInfo : string -> unit
Public Sub SetCallerInfo (callerInfo As String)

Parameters

callerInfo
String

The caller information.

Implements

Applies to