Propriedade do RDL OperationMessage.IdentityKey
Gets the identity key of the specified operation.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As OperationMessage.Key
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
The identity key.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices