Condividi tramite


Metodo EventField.GetObjectFactory

Gets the SQL Foundation Class object factory for a new instance of the EventField class.

Spazio dei nomi  Microsoft.SqlServer.Management.XEvent
Assembly:  Microsoft.SqlServer.Management.XEvent (in Microsoft.SqlServer.Management.XEvent.dll)

Sintassi

'Dichiarazione
Public Shared Function GetObjectFactory As SfcObjectFactory
'Utilizzo
Dim returnValue As SfcObjectFactory 

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

Valore restituito

Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcObjectFactory
Returns the SQL Foundation Class object factory for a new instance of the EventField class.

Vedere anche

Riferimento

EventField Classe

Spazio dei nomi Microsoft.SqlServer.Management.XEvent