IntegrationServices.IdentityKey Property
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 IntegrationServices.Key
Get
'Usage
Dim instance As IntegrationServices
Dim value As IntegrationServices.Key
value = instance.IdentityKey
[SfcIgnoreAttribute]
public IntegrationServices.Key IdentityKey { get; }
[SfcIgnoreAttribute]
public:
property IntegrationServices.Key^ IdentityKey {
IntegrationServices.Key^ get ();
}
[<SfcIgnoreAttribute>]
member IdentityKey : IntegrationServices.Key
function get IdentityKey () : IntegrationServices.Key
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.IntegrationServices.Key
The identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace