TextData propriété

Gets the text data information associated with a TraceEventArgs object.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public ReadOnly Property TextData As String
    Get
'Utilisation
Dim instance As TraceEventArgs
Dim value As String

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

Valeur de la propriété

Type : System. . :: . .String
The text data itself.