UseFederationStatement.Filtering Property
Gets or sets a value that indicates whether filtering connection option is set.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Filtering As Boolean
Get
Set
'Usage
Dim instance As UseFederationStatement
Dim value As Boolean
value = instance.Filtering
instance.Filtering = value
public bool Filtering { get; set; }
public:
property bool Filtering {
bool get ();
void set (bool value);
}
member Filtering : bool with get, set
function get Filtering () : boolean
function set Filtering (value : boolean)
Property Value
Type: System.Boolean
true if filtering connection option is set; otherwise, false.