ISfcDomain.GetTypeMetadata 方法

注意:此 API 现在已过时。 未过时的替代项是 [false]。

Gets the metadata for the specified SFC type.

命名空间:  Microsoft.SqlServer.Management.Dac
程序集:  Microsoft.SqlServer.Management.Dac(在 Microsoft.SqlServer.Management.Dac.dll 中)

语法

声明
<ObsoleteAttribute> _
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
用法
Dim instance As DacDomain
Dim typeName As String
Dim returnValue As SfcTypeMetadata

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
[ObsoleteAttribute]
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
[ObsoleteAttribute]
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
[<ObsoleteAttribute>]
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
[<ObsoleteAttribute>]
private override GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
JScript 支持使用显式接口实现,但不支持声明新显式接口实现。

参数

返回值

类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
Returns a SfcTypeMetadata object that contains the metadata for the specified SFC type.

实现

ISfcDomain. . :: . .GetTypeMetadata(String)