Metodo ISfcDomain.GetTypeMetadata
Nota: questa API è obsoleta. L'alternativa non obsoleta è [false].
Gets the metadata for the specified SFC type.
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
<ObsoleteAttribute> _
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Utilizzo
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 supporta l'utilizzo di implementazioni di interfacce esplicite, ma non la dichiarazione di nuove interfacce.
Parametri
- typeName
Tipo: System. . :: . .String
A String value specifying the name of the metadata type.
Valore restituito
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcTypeMetadata
Returns a SfcTypeMetadata object that contains the metadata for the specified SFC type.