Operation.CreateIdentityKey 方法

Creates the identity key.

命名空间:  Microsoft.SqlServer.Management.IntegrationServices
程序集:  Microsoft.SqlServer.Management.IntegrationServices(在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

语法

声明
Protected Overrides Function CreateIdentityKey As SfcKey
用法
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

返回值

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

请参阅

参考

Operation 类

Microsoft.SqlServer.Management.IntegrationServices 命名空间