TraceEventArgs.ObjectName Property

 

Applies To: SQL Server 2016 Preview

Gets the object name associated with a TraceEventArgs object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

public string ObjectName { get; }
public:
property String^ ObjectName {
    String^ get();
}
member ObjectName : string with get
Public ReadOnly Property ObjectName As String

Property Value

Type: System.String

The object name.

See Also

TraceEventArgs Class
Microsoft.AnalysisServices Namespace

Return to top