Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets the metadata of the type that has the specified type name.
Пространство имен: Microsoft.SqlServer.Management.RegisteredServers
Сборка: Microsoft.SqlServer.Management.RegisteredServers (в Microsoft.SqlServer.Management.RegisteredServers.dll)
Синтаксис
'Декларация
Public Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata
'Применение
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
Параметры
- typeName
Тип: System.String
A String object that specifies the name of the type.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata value that specifies the metadata for the type.
Реализует
ISfcDomain.GetTypeMetadata(String)
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.RegisteredServers