Propriété TraceEventArgs.RequestProperties
Gets the request properties associated with a TraceEventArgs object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property RequestProperties As String
Get
'Utilisation
Dim instance As TraceEventArgs
Dim value As String
value = instance.RequestProperties
public string RequestProperties { get; }
public:
property String^ RequestProperties {
String^ get ();
}
member RequestProperties : string
function get RequestProperties () : String
Valeur de propriété
Type : System.String
The request properties.