Compartir a través de


ObjectType Propiedad

Gets the object type associated with a TraceEventArgs object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
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 de la propiedad

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