Свойство OperationMessage.OperationId

Gets the operation Id.

Пространство имен:  Microsoft.SqlServer.Management.IntegrationServices
Сборка:  Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)

Синтаксис

'Декларация
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property OperationId As Long 
    Get
'Применение
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

Значение свойства

Тип: System.Int64
The operation Id.

См. также

Справочник

OperationMessage Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices