ManagedInstance.CreateIdentityKey Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.