Partager via


Méthode GetType

Gets the Type of the SFC object class within the domain for the specified type name. Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Function GetType ( _
    typeName As String _
) As Type
'Utilisation
Dim instance As ISfcDomain
Dim typeName As String
Dim returnValue As Type

returnValue = instance.GetType(typeName)
Type GetType(
    string typeName
)
Type^ GetType(
    String^ typeName
)
abstract GetType : 
        typeName:string -> Type 
function GetType(
    typeName : String
) : Type

Paramètres

Valeur de retour

Type : System. . :: . .Type
The Type object with the specified name. nullNothingnullptrunitune référence Null (Nothing dans Visual Basic) if typeName is not a type in the domain.