Freigeben über


IDTSServerExecution100.SetCallerInfo-Methode

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Sets the caller information property with the specified caller information.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub SetCallerInfo ( _
    bstrCallerInfo As String _
)
'Usage
Dim instance As IDTSServerExecution100 
Dim bstrCallerInfo As String

instance.SetCallerInfo(bstrCallerInfo)
void SetCallerInfo(
    string bstrCallerInfo
)
void SetCallerInfo(
    [InAttribute] String^ bstrCallerInfo
)
abstract SetCallerInfo : 
        bstrCallerInfo:string -> unit
function SetCallerInfo(
    bstrCallerInfo : String
)

Parameter

  • bstrCallerInfo
    Typ: System.String
    The information of the caller.

Hinweise

For more information, see SsisServerExecution.

Siehe auch

Verweis

IDTSServerExecution100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace