DeployedDac.CreateIdentityKey 方法

Creates an SfcKey object.

命名空间:  Microsoft.SqlServer.Management.Utility
程序集:  Microsoft.SqlServer.Management.Utility(在 Microsoft.SqlServer.Management.Utility.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
An an SfcKey object.

请参阅

参考

DeployedDac 类

Microsoft.SqlServer.Management.Utility 命名空间