共用方式為


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 命名空間