Méthode CreateObject
Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
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
Nom complet du type.
Valeur de retour
Type : System. . :: . .Object
Objet d'inscription.