다음을 통해 공유


ConditionExtender.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 버전에서만 지원됩니다.

참고 항목

참조

ConditionExtender 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스