Condividi tramite


Metodo CreateObject

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 CreateObject ( _
    fullTypeName As String _
) As Object
'Utilizzo
Dim fullTypeName As String
Dim returnValue As Object

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

Parametri

Valore restituito

Tipo: System. . :: . .Object
Oggetto della registrazione.