Méthode PolicyStore.ISfcDomain.GetType

Gets a Type object specified 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 GetType ( _
    typeName As String _
) As Type Implements ISfcDomain.GetType
'Utilisation
Dim instance As PolicyStore 
Dim typeName As String 
Dim returnValue As Type 

returnValue = CType(instance, ISfcDomain).GetType(typeName)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
Type ISfcDomain.GetType(
    string typeName
)
[STraceConfigurationAttribute(SkipAutoTrace = true)]
private:
virtual Type^ GetType(
    String^ typeName
) sealed = ISfcDomain::GetType
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private abstract GetType : 
        typeName:string -> Type 
[<STraceConfigurationAttribute(SkipAutoTrace = true)>]
private override GetType : 
        typeName:string -> Type
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 : System.Type
A Type object.

Implémente

ISfcDomain.GetType(String)

Voir aussi

Référence

PolicyStore Classe

Espace de noms Microsoft.SqlServer.Management.Dmf