Свойство TraceEventArgs.ObjectID
Gets the object identifier associated with a TraceEventArgs object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public ReadOnly Property ObjectID As String
Get
'Применение
Dim instance As TraceEventArgs
Dim value As String
value = instance.ObjectID
public string ObjectID { get; }
public:
property String^ ObjectID {
String^ get ();
}
member ObjectID : string
function get ObjectID () : String
Значение свойства
Тип: System.String
The object identifier.