SsisServerExecution.SetCallerInfo(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.