Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates the identity key.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Protected Overrides Function CreateIdentityKey As SfcKey
'Usage
Dim returnValue As SfcKey
returnValue = Me.CreateIdentityKey()
protected override SfcKey CreateIdentityKey()
protected:
virtual SfcKey^ CreateIdentityKey() override
abstract CreateIdentityKey : unit -> SfcKey
override CreateIdentityKey : unit -> SfcKey
protected override function CreateIdentityKey() : SfcKey
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The created identity key.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace