Compartir a través de


ObjectName Propiedad

Gets the object name associated with a TraceEventArgs object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public ReadOnly Property ObjectName As String
    Get
'Uso
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

Valor de la propiedad

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