Propriété Trace.Filter

Gets or sets the specified filter to add.

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

Syntaxe

'Déclaration
Public Property Filter As XmlNode 
    Get 
    Set
'Utilisation
Dim instance As Trace 
Dim value As XmlNode 

value = instance.Filter

instance.Filter = value
public XmlNode Filter { get; set; }
public:
property XmlNode^ Filter {
    XmlNode^ get ();
    void set (XmlNode^ value);
}
member Filter : XmlNode with get, set
function get Filter () : XmlNode 
function set Filter (value : XmlNode)

Valeur de propriété

Type : System.Xml.XmlNode
The specified filter to add.

Voir aussi

Référence

Trace Classe

Espace de noms Microsoft.AnalysisServices