Metodo IDTSServerExecution100.SetCallerInfo
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the caller information property with the specified caller information.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Sub SetCallerInfo ( _
bstrCallerInfo As String _
)
'Utilizzo
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
)
Parametri
- bstrCallerInfo
Tipo: System.String
The information of the caller.
Osservazioni
For more information, see SsisServerExecution.