ISfcDomain.GetTypeMetadata Method

Gets the metadata for the specified type. 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

'Declaration
Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata
'Usage
Dim instance As ISfcDomain 
Dim typeName As String 
Dim returnValue As SfcTypeMetadata 

returnValue = instance.GetTypeMetadata(typeName)
SfcTypeMetadata GetTypeMetadata(
    string typeName
)
SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
)
abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata
function GetTypeMetadata(
    typeName : String
) : SfcTypeMetadata

Parameters

  • typeName
    Type: System.String
    The name of the type to get the metadata for.

Return Value

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

See Also

Reference

ISfcDomain Interface

Microsoft.SqlServer.Management.Sdk.Sfc Namespace