Partager via


ObjectType propriété

Gets the object type associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ObjectType As Type
    Get
'Utilisation
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

Valeur de la propriété

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