Méthode SfcRegistration.CreateObject
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Shared Function CreateObject ( _
fullTypeName As String _
) As Object
'Utilisation
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
Paramètres
- fullTypeName
Type : System.String
The full name of the Type.
Valeur de retour
Type : System.Object
The registration object.