Méthode PolicyStore.ISfcDomain.GetTypeMetadata
Gets a T:Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata object identified by the typeName parameter.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<STraceConfigurationAttribute(SkipAutoTrace := True)> _
Private Function GetTypeMetadata ( _
typeName As String _
) As SfcTypeMetadata Implements ISfcDomain.GetTypeMetadata
'Utilisation
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 prend en charge l'utilisation d'implémentations d'interface explicites, mais pas la déclaration de nouvelles implémentations d'interface.
Paramètres
- typeName
Type : System.String
A string value that specifies the type.
Valeur de retour
Type : Microsoft.SqlServer.Management.Sdk.Sfc.SfcTypeMetadata
A SfcTypeMetadata object.
Implémente
ISfcDomain.GetTypeMetadata(String)