ExpressionNode 屬性
Gets or sets the type of expression that the condition uses.
命名空間: Microsoft.SqlServer.Management.Dmf
組件: Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)
語法
'宣告
<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 版支援此命名空間、類別或成員。