ObjectName propriété
Gets the object name associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ObjectName As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
The object name.
Voir aussi