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 支援明確介面實作的使用,但不支援新介面實作的宣告。
參數
- typeName
型別:System. . :: . .String
A String value specifying the name of the metadata type.
傳回值
型別:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
Returns a SfcTypeMetadata object that contains the metadata for the specified SFC type.