Propriété TraceEventArgs.ObjectType

Gets the object type associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en 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 propriété

Type : System.Type
The object type itself.

Voir aussi

Référence

TraceEventArgs Classe

Espace de noms Microsoft.AnalysisServices