Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the identity key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
<SfcIgnoreAttribute> _
Public ReadOnly Property IdentityKey As ExecutionOperation.Key
Get
'Usage
Dim instance As ExecutionOperation
Dim value As ExecutionOperation.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ExecutionOperation.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ExecutionOperation.Key^ IdentityKey {
ExecutionOperation.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ExecutionOperation.Key
function get IdentityKey () : ExecutionOperation.Key
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
The identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace