Compartilhar via


Método IDTSServerExecution100.SetCallerInfo

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Sets the caller information property with the specified caller information.

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

Sintaxe

'Declaração
Sub SetCallerInfo ( _
    bstrCallerInfo As String _
)
'Uso
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
)

Parâmetros

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

Comentários

For more information, see SsisServerExecution.

Consulte também

Referência

IDTSServerExecution100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper