Metodo SfcRegistration.CreateObject
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 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
- fullTypeName
Tipo: System.String
The full name of the Type.
Valore restituito
Tipo: System.Object
The registration object.