Méthode GetTypeMetadata
Gets the metadata for the specified type. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Utilisation
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
Paramètres
- typeName
Type : System. . :: . .String
The name of the type to get the metadata for.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
An SfcTypeMetadata object.