SfcInstance.GetTypeMetadataImpl Method ()

 

Applies To: SQL Server 2016 Preview

Indicates the domains that override by returning the right TypeMetadata class directly. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

protected internal virtual SfcTypeMetadata GetTypeMetadataImpl()
public protected:
virtual SfcTypeMetadata^ GetTypeMetadataImpl()
abstract GetTypeMetadataImpl : unit -> SfcTypeMetadata
override GetTypeMetadataImpl : unit -> SfcTypeMetadata
Protected Friend Overridable Function GetTypeMetadataImpl As SfcTypeMetadata

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata

The name of the TypeMetadata.

See Also

SfcInstance Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top