Метод IntegrationServices.ISfcDomain.GetTypeMetadata

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 поддерживает использование явных реализаций интерфейса, но не объявление новых.

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
The metadata of the type.

Реализует

ISfcDomain.GetTypeMetadata(String)

См. также

Справочник

IntegrationServices Класс

Пространство имен Microsoft.SqlServer.Management.IntegrationServices