Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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 ValidationOperation.Key
Get
'Usage
Dim instance As ValidationOperation
Dim value As ValidationOperation.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public ValidationOperation.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property ValidationOperation.Key^ IdentityKey {
ValidationOperation.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : ValidationOperation.Key
function get IdentityKey () : ValidationOperation.Key
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.Key
The identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace