SfcInstance<K,T>.GetTypeMetadataImpl 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.
Internal instance class type metadata access. This returns the default static implementation of a type's SfcTypeMetadata. To customize a type's TypeMetadata, override this method in the derived type class to point to your own SfcTypeMetadata-derived object singleton for that class.
protected internal override Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata GetTypeMetadataImpl ();
override this.GetTypeMetadataImpl : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
Protected Friend Overrides Function GetTypeMetadataImpl () As SfcTypeMetadata