SfcInstance<K,T>.GetTypeMetadata 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 static class type metadata access. Usually called from the domain root instance via switch. To customize a type's TypeMetadata, skip calling this method and return your own SfcTypeMetadata-derived object for the class.
public static Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata GetTypeMetadata ();
static member GetTypeMetadata : unit -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
Public Shared Function GetTypeMetadata () As SfcTypeMetadata