Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Gets the text data information associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en 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 propriété
Type : System.String
The text data itself.