Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)