Compartilhar via


Método GetObjectTypeFromFullName (String, Boolean)

Identificado apenas para fins informativos. Sem suporte. A compatibilidade futura não está garantida.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Shared Function GetObjectTypeFromFullName ( _
    fullTypeName As String, _
    ignoreCase As Boolean _
) As Type
'Uso
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

Parâmetros

  • ignoreCase
    Tipo: System. . :: . .Boolean
    O valor será true para ignorar maiúsculas e minúsculas; caso contrário, false.

Valor de retorno

Tipo: System. . :: . .Type
O tipo de objeto com um nome de objeto completo.