Partilhar via


Propriedade do RDL UseFederationStatement.Value

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

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

Sintaxe

'Declaração
Public Property Value As ScalarExpression 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

UseFederationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom