Metodo GetTypeMetadata
Gets the metadata for the specified type. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Utilizzo
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
Parametri
- typeName
Tipo: System. . :: . .String
The name of the type to get the metadata for.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
An SfcTypeMetadata object.
Vedere anche