Condividi tramite


Metodo GetObjectTypeFromFullName (String)

Identificato solo a scopo informativo. Non supportato. Non è garantita la compatibilità con le versioni future.

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 _
) As Type
'Utilizzo
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

Parametri

Valore restituito

Tipo: System. . :: . .Type
Tipo dell'oggetto con nome completo.