Partilhar via


Método SfcRegistration.TryGetObjectTypeFromFullName

Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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 TryGetObjectTypeFromFullName ( _
    fullTypeName As String _
) As Type
'Uso
Dim fullTypeName As String 
Dim returnValue As Type 

returnValue = SfcRegistration.TryGetObjectTypeFromFullName(fullTypeName)
public static Type TryGetObjectTypeFromFullName(
    string fullTypeName
)
public:
static Type^ TryGetObjectTypeFromFullName(
    String^ fullTypeName
)
static member TryGetObjectTypeFromFullName : 
        fullTypeName:string -> Type
public static function TryGetObjectTypeFromFullName(
    fullTypeName : String
) : Type

Parâmetros

  • fullTypeName
    Tipo: System.String
    The complete name for the Type.

Valor de retorno

Tipo: System.Type
The fully qualified .NET type from the fully qualified type name.

Consulte também

Referência

SfcRegistration Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc