TraceEventArgs.ObjectType Property

 

Applies To: SQL Server 2016 Preview

Gets the object type associated with a TraceEventArgs object.

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

Syntax

public Type ObjectType { get; }
public:
property Type^ ObjectType {
    Type^ get();
}
member ObjectType : Type with get
Public ReadOnly Property ObjectType As Type

Property Value

Type: System.Type

The object type itself.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top