Delen via


UseFederationStatement.Value Property

Gets or sets the filter expression to scope the data in use federation statement.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntax

'Declaration
Public Property Value As ScalarExpression 
    Get 
    Set
'Usage
Dim instance As UseFederationStatement 
Dim value As ScalarExpression 

value = instance.Value

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

Property Value

Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
A ScalarExpression object that represents the filter expression to scope the data in use federation statement.

See Also

Reference

UseFederationStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace