Share via


Operation.CreateIdentityKey Method

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

Operation Class

Microsoft.SqlServer.Management.IntegrationServices Namespace