Méthode GetObjectTypeFromFullName (String, Boolean)
Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function GetObjectTypeFromFullName ( _
fullTypeName As String, _
ignoreCase As Boolean _
) As Type
'Utilisation
Dim fullTypeName As String
Dim ignoreCase As Boolean
Dim returnValue As Type
returnValue = SfcRegistration.GetObjectTypeFromFullName(fullTypeName, _
ignoreCase)
public static Type GetObjectTypeFromFullName(
string fullTypeName,
bool ignoreCase
)
public:
static Type^ GetObjectTypeFromFullName(
String^ fullTypeName,
bool ignoreCase
)
static member GetObjectTypeFromFullName :
fullTypeName:string *
ignoreCase:bool -> Type
public static function GetObjectTypeFromFullName(
fullTypeName : String,
ignoreCase : boolean
) : Type
Paramètres
- fullTypeName
Type : System. . :: . .String
Nom complet du type.
- ignoreCase
Type : System. . :: . .Boolean
true pour ignorer la casse ; sinon, false.
Valeur de retour
Type : System. . :: . .Type
Type d'objet avec un nom d'objet complet.