DacDomain.ISfcDomain.GetTypeMetadata Method

Note: This API is now obsolete. The non-obsolete alternative is [false].

Gets the metadata for the specified SFC type.

Namespace:  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Syntax

'Declaration
<ObsoleteAttribute> _
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Usage
Dim instance As DacDomain
Dim typeName As String
Dim returnValue As SfcTypeMetadata

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
[ObsoleteAttribute]
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
[ObsoleteAttribute]
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
[<ObsoleteAttribute>]
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
[<ObsoleteAttribute>]
private override GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
JScript supports the use of explicit interface implementations, but not the declarations of new ones.

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
Returns a SfcTypeMetadata object that contains the metadata for the specified SFC type.

Implements

ISfcDomain.GetTypeMetadata(String)

See Also

Reference

DacDomain Class

Microsoft.SqlServer.Management.Dac Namespace