Propriedade do RDL IDTSServerExecution100.ExecutionID
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets a 64-bit integer that represents the unique identifier for the instance of execution.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Property ExecutionID As Long
Get
'Uso
Dim instance As IDTSServerExecution100
Dim value As Long
value = instance.ExecutionID
long ExecutionID { get; }
property long long ExecutionID {
long long get ();
}
abstract ExecutionID : int64
function get ExecutionID () : long
Valor da propriedade
Tipo: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.
Comentários
For more information, see SsisServerExecution.