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