ExpressionNode 속성
Gets or sets the type of expression that the condition uses.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf
구문
‘선언
<SfcIgnoreAttribute> _
Public Property ExpressionNode As ExpressionNode
Get
Set
‘사용 방법
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)
속성 값
형식: Microsoft.SqlServer.Management.Dmf. . :: . .ExpressionNode
A ExpressionMode object value that specifies the type of expression that the condition uses.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.