Compartir a través de


GetObjectTypeFromFullName Método (String)

Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Shared Function GetObjectTypeFromFullName ( _
    fullTypeName As String _
) As Type
'Uso
Dim fullTypeName As String
Dim returnValue As Type

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

Parámetros

Valor devuelto

Tipo: System. . :: . .Type
Tipo de objeto con un nombre de objeto completo.