Condividi tramite


Proprietà ObjectName

Gets the object name associated with a TraceEventArgs object.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ObjectName As String
    Get
'Utilizzo
Dim instance As TraceEventArgs
Dim value As String

value = instance.ObjectName
public string ObjectName { get; }
public:
property String^ ObjectName {
    String^ get ();
}
member ObjectName : string
function get ObjectName () : String

Valore proprietà

Tipo: System. . :: . .String
The object name.