OperationMessage.IdentityKey 属性

Gets the identity key of the specified operation.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As OperationMessage.Key 
    Get
用法
Dim instance As OperationMessage 
Dim value As OperationMessage.Key 

value = instance.IdentityKey
[SfcIgnoreAttribute]
public OperationMessage.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property OperationMessage.Key^ IdentityKey {
    OperationMessage.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : OperationMessage.Key
function get IdentityKey () : OperationMessage.Key

属性值

类型:Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
The identity key.

请参阅

参考

OperationMessage 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间