Compartilhar via


Método CollectionSet.GetObjectFactory

Gets the object factory constructor for the [CollectorConfigStore] object.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (em Microsoft.SqlServer.Management.Collector.dll)

Sintaxe

'Declaração
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 de retorno

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
Returns an object factory for the CollectionSet class.

Comentários

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Consulte também

Referência

CollectionSet Classe

Namespace Microsoft.SqlServer.Management.Collector