Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.