Share via


Condition.GetObjectFactory Method

Gets the object factory for the object.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Shared Function GetObjectFactory As SfcObjectFactory
'Usage
Dim returnValue As SfcObjectFactory

returnValue = Condition.GetObjectFactory()
public static SfcObjectFactory GetObjectFactory()
public:
static SfcObjectFactory^ GetObjectFactory()
static member GetObjectFactory : unit -> SfcObjectFactory 
public static function GetObjectFactory() : SfcObjectFactory

Return Value

Type: SfcObjectFactory
An SfcObjectFactory that contains object factory for the condition object.

Remarks

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