ManagedInstance.CreateIdentityKey Method

Definition

Creates an identity key.

protected:
 override Microsoft::SqlServer::Management::Sdk::Sfc::SfcKey ^ CreateIdentityKey();
protected override Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey CreateIdentityKey ();
override this.CreateIdentityKey : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
Protected Overrides Function CreateIdentityKey () As SfcKey

Returns

An SfcKey object that represents the identity key.

Applies to