Partager via


Méthode IDTSServerExecution100.SetCallerInfo

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Sets the caller information property with the specified caller information.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub SetCallerInfo ( _
    bstrCallerInfo As String _
)
'Utilisation
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
)

Paramètres

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

Notes

For more information, see SsisServerExecution.

Voir aussi

Référence

IDTSServerExecution100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper