Compartilhar via


Método Operation.CreateIdentityKey

Creates the identity key.

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
Protected Overrides Function CreateIdentityKey As SfcKey
'Uso
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

Valor de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
The created identity key.

Consulte também

Referência

Operation Classe

Namespace Microsoft.SqlServer.Management.IntegrationServices