Freigeben über


ExpressionNode-Eigenschaft

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)

Eigenschaftenwert

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.