Compartir a través de


IDTSServerExecution100.SetCallerInfo Método

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the caller information property with the specified caller information.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
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.

Comentarios

For more information, see SsisServerExecution.

Vea también

Referencia

IDTSServerExecution100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper