Bagikan melalui


Condition.ExpressionNode Property

Gets or sets the type of expression that the condition uses.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
<SfcIgnoreAttribute> _
Public Property ExpressionNode As ExpressionNode
    Get
    Set
'Usage
Dim instance As Condition
Dim value As ExpressionNode

value = instance.ExpressionNode

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

Property Value

Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionMode object value that specifies the type of expression that the condition uses.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.