Compartilhar via


Propriedade ObjectType

Gets the object type associated with a TraceEventArgs object.

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

Sintaxe

'Declaração
Public ReadOnly Property ObjectType As Type
    Get
'Uso
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

Valor da propriedade

Tipo: System. . :: . .Type
The object type itself.