Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Retrieves the metadata of the type that has the specified type name.
Пространство имен: Microsoft.SqlServer.Management.IntegrationServices
Сборка: Microsoft.SqlServer.Management.IntegrationServices (в Microsoft.SqlServer.Management.IntegrationServices.dll)
Синтаксис
'Декларация
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Применение
Dim instance As IntegrationServices
Dim typeName As String
Dim returnValue As SfcTypeMetadata
returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
string typeName
)
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
private abstract GetTypeMetadata :
typeName:string -> SfcTypeMetadata
private override GetTypeMetadata :
typeName:string -> SfcTypeMetadata
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Параметры
- typeName
Тип: System.String
The name of the type.
Возвращаемое значение
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
The metadata of the type.
Реализует
ISfcDomain.GetTypeMetadata(String)
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices