共用方式為


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.