Méthode GetTypeMetadata

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

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

Syntaxe

'Déclaration
Public Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata
'Utilisation
Dim instance As RegisteredServersStore
Dim typeName As String
Dim returnValue As SfcTypeMetadata

returnValue = instance.GetTypeMetadata(typeName)
public SfcTypeMetadata GetTypeMetadata(
    string typeName
)
public:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed
abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
override GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
public final function GetTypeMetadata(
    typeName : String
) : SfcTypeMetadata

Paramètres

Valeur de retour

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
A SfcTypeMetadata value that specifies the metadata for the type.

Implémente

ISfcDomain. . :: . .GetTypeMetadata(String)

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.