SfcInstance<K,T>.GetTypeMetadata Method

Definition

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

Returns

Applies to