Compartir a través de


Operation.CreateIdentityKey Método

Creates the identity key.

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
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 devuelto

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

Vea también

Referencia

Operation Clase

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices