ExpressionNode 属性

Gets or sets the expression node for the condition.

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
<ExtendedPropertyAttribute("Expression")> _
Public Property ExpressionNode As ExpressionNode
    Get
    Set
用法
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)

属性值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。