OperationMessage.IdentityKey Property
Gets the identity key of the specified operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As OperationMessage.Key
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
The identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace