Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the specified filter to add.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Filter As XmlNode
Get
Set
'Usage
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)
Property Value
Type: System.Xml.XmlNode
The specified filter to add.