Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.