Metodo SfcRegistration.GetObjectTypeFromFullName (String)

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 _
) 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
The type of object with a complete object name.

Vedere anche

Riferimento

SfcRegistration Classe

Overload GetObjectTypeFromFullName

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc