Metoda CreateObject
Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Deklaracja
Public Shared Function CreateObject ( _
fullTypeName As String _
) As Object
'Użycie
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
Parameters
- fullTypeName
Typ: System. . :: . .String
Pełna nazwa typu.
Wartość zwracana
Typ: System. . :: . .Object
Obiekt rejestracji.