Metodo PolicyStore.ISfcDomain.GetTypeMetadata

Gets a T:Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata object identified by the typeName parameter.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetTypeMetadata ( _
    typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Utilizzo
Dim instance As PolicyStore 
Dim typeName As String 
Dim returnValue As SfcTypeMetadata 

returnValue = CType(instance, ISfcDomain).GetTypeMetadata(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
SfcTypeMetadata ISfcDomain.GetTypeMetadata(
    string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual SfcTypeMetadata^ GetTypeMetadata(
    String^ typeName
) sealed = ISfcDomain::GetTypeMetadata
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetTypeMetadata : 
        typeName:string -> SfcTypeMetadata 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
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 that specifies the type.

Valore restituito

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata object.

Implementa

ISfcDomain.GetTypeMetadata(String)

Vedere anche

Riferimento

PolicyStore Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf