SsisServerExecution.SetCallerInfo 方法

Sets the caller information of server.

命名空间:  Microsoft.SqlServer.Dts.Runtime
程序集:  Microsoft.SqlServer.ManagedDTS(在 Microsoft.SqlServer.ManagedDTS.dll 中)

语法

声明
Public Sub SetCallerInfo ( _
    callerInfo As String _
)
用法
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
)

参数

实现

IDTSServerExecution100.SetCallerInfo(String)

请参阅

参考

SsisServerExecution 类

Microsoft.SqlServer.Dts.Runtime 命名空间