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)
'Declaration Public Property Value As ScalarExpression Get Set 'Usage Dim instance As UseFederationStatement Dim value As ScalarExpression value = instance.Value instance.Value = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpressionA ScalarExpression object that represents the filter expression to scope the data in use federation statement.
