Propriété ExpressionNode

Gets or sets the expression node for the condition.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
<ExtendedPropertyAttribute("Expression")> _
Public Property ExpressionNode As ExpressionNode
    Get
    Set
'Utilisation
Dim instance As ConditionExtender
Dim value As ExpressionNode

value = instance.ExpressionNode

instance.ExpressionNode = value
[ExtendedPropertyAttribute("Expression")]
public ExpressionNode ExpressionNode { get; set; }
[ExtendedPropertyAttribute(L"Expression")]
public:
property ExpressionNode^ ExpressionNode {
    ExpressionNode^ get ();
    void set (ExpressionNode^ value);
}
[<ExtendedPropertyAttribute("Expression")>]
member ExpressionNode : ExpressionNode with get, set
function get ExpressionNode () : ExpressionNode
function set ExpressionNode (value : ExpressionNode)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionNode object value that specifies the expression node for the condition.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.