IntegrationServices.ISfcDomain.GetTypeMetadata Method

Retrieves the metadata of the type that has the specified type name.

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

Syntax

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

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata  
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
The metadata of the type.

Implements

ISfcDomain.GetTypeMetadata(String)

See Also

Reference

IntegrationServices Class

Microsoft.SqlServer.Management.IntegrationServices Namespace