Freigeben über


ConditionExtender.ExpressionNode-Eigenschaft

Gets or sets the expression node for the condition.

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

Syntax

'Declaration
<ExtendedPropertyAttribute("Expression")> _
Public Property ExpressionNode As ExpressionNode 
    Get 
    Set
'Usage
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)

Eigenschaftswert

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

Hinweise

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

Siehe auch

Verweis

ConditionExtender Klasse

Microsoft.SqlServer.Management.Dmf-Namespace