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 命名空间