Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an SfcKey object.
Namespace: Microsoft.SqlServer.Management.Utility
Assembly: Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)
Syntax
'Declaration
Protected Overrides Function CreateIdentityKey As SfcKey
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
An an SfcKey object.