Freigeben über


TraceEventArgs.ObjectType-Eigenschaft

Gets the object type associated with a TraceEventArgs object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public ReadOnly Property ObjectType As Type 
    Get
'Usage
Dim instance As TraceEventArgs 
Dim value As Type 

value = instance.ObjectType
public Type ObjectType { get; }
public:
property Type^ ObjectType {
    Type^ get ();
}
member ObjectType : Type
function get ObjectType () : Type

Eigenschaftswert

Typ: System.Type
The object type itself.

Siehe auch

Verweis

TraceEventArgs Klasse

Microsoft.AnalysisServices-Namespace