Compartir a través de


IDTSServerExecution100.ExecutionID Propiedad

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

Gets a 64-bit integer that represents the unique identifier for the instance of execution.

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

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Int64
A 64-bit integer that represents the unique identifier for the instance of execution.

Comentarios

For more information, see SsisServerExecution.

Vea también

Referencia

IDTSServerExecution100 Interfaz

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