Operation.CreateIdentityKey メソッド

ID キーを作成します。

名前空間:  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
作成された ID キー。

関連項目

参照

Operation クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間