Compartir a través de


UseFederationStatement.Value Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

UseFederationStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom