RegisteredServersStore.GetTypeMetadata Método
Gets the metadata of the type that has the specified type name.
Espacio de nombres: Microsoft.SqlServer.Management.RegisteredServers
Ensamblado: Microsoft.SqlServer.Management.RegisteredServers (en Microsoft.SqlServer.Management.RegisteredServers.dll)
Sintaxis
'Declaración
Public Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Uso
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
Parámetros
- typeName
Tipo: System.String
A String object that specifies the name of the type.
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata value that specifies the metadata for the type.
Implementa
ISfcDomain.GetTypeMetadata(String)
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.RegisteredServers