Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the operation Id.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationId As Long
Get
'Usage
Dim instance As OperationMessage
Dim value As Long
value = instance.OperationId
[SfcPropertyAttribute(Data = true)]
public long OperationId { get; }
[SfcPropertyAttribute(Data = true)]
public:
property long long OperationId {
long long get ();
}
[<SfcPropertyAttribute(Data = true)>]
member OperationId : int64
function get OperationId () : long
Eigenschaftswert
Typ: System.Int64
The operation Id.
Siehe auch
Verweis
Microsoft.SqlServer.Management.IntegrationServices-Namespace