ObjectType 属性

Gets the object type associated with a TraceEventArgs object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public ReadOnly Property ObjectType As Type
    Get
用法
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

属性值

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