Metodo SfcRegistration.GetObjectTypeFromFullName (String, Boolean)
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Shared Function GetObjectTypeFromFullName ( _
fullTypeName As String, _
ignoreCase As Boolean _
) As Type
'Utilizzo
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
Parametri
- fullTypeName
Tipo: System.String
The full name of the Type.
- ignoreCase
Tipo: System.Boolean
true to ignore case; otherwise, false.
Valore restituito
Tipo: System.Type
The type of object with a complete object name.