Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the metadata of the type that has the specified type name.
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers
Assembly: Microsoft.SqlServer.Management.RegisteredServers (in Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintassi
'Dichiarazione
Public Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Utilizzo
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
Parametri
- typeName
Tipo: System.String
A String object that specifies the name of the type.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata value that specifies the metadata for the type.
Implementa
ISfcDomain.GetTypeMetadata(String)
Osservazioni
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.RegisteredServers