Méthode ISfcDomain.GetType
Gets the Type of the SFC object class within the domain for the specified type name. Ne faites pas directement référence à 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
- typeName
Type : System.String
The name of the type.
Valeur de retour
Type : System.Type
The Type object with the specified name. nullune référence Null (Nothing dans Visual Basic) if typeName is not a type in the domain.