UseFederationStatement.Value Property
SQL Server 2012
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)
function get Value () : ScalarExpression function set Value (value : ScalarExpression)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionA ScalarExpression object that represents the filter expression to scope the data in use federation statement.
