GetObjectFactory Método
Obtiene el constructor de la fábrica de objetos para el objeto [CollectorConfigStore].
Espacio de nombres: Microsoft.SqlServer.Management.Collector
Ensamblado: Microsoft.SqlServer.Management.Collector (en Microsoft.SqlServer.Management.Collector.dll)
Sintaxis
'Declaración
Public Shared Function GetObjectFactory As SfcObjectFactory
'Uso
Dim returnValue As SfcObjectFactory
returnValue = CollectionSet.GetObjectFactory()
public static SfcObjectFactory GetObjectFactory()
public:
static SfcObjectFactory^ GetObjectFactory()
static member GetObjectFactory : unit -> SfcObjectFactory
public static function GetObjectFactory() : SfcObjectFactory
Valor devuelto
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcObjectFactory
Devuelve un generador de objetos para la clase CollectionSet.
Comentarios
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Vea también