Partager via


Méthode IntegrationServices.ISfcDomain.GetTypeMetadata

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
The metadata of the type.

Implémente

ISfcDomain.GetTypeMetadata(String)

Voir aussi

Référence

IntegrationServices Classe

Espace de noms Microsoft.SqlServer.Management.IntegrationServices