Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Property Value
Type: System.Type
The object type itself.