Gets or sets the ExpressionNode object that is associated with the target.
命名空间: Microsoft.SqlServer.Management.Dmf
程序集: Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)
语法
声明
Public Property ExpressionNode As ExpressionNode
Get
Set
用法
Dim instance As Policy.TargetProcessedEventArgs
Dim value As ExpressionNode
value = instance.ExpressionNode
instance.ExpressionNode = value
public ExpressionNode ExpressionNode { get; set; }
public:
property ExpressionNode^ ExpressionNode {
ExpressionNode^ get ();
void set (ExpressionNode^ value);
}
member ExpressionNode : ExpressionNode with get, set
function get ExpressionNode () : ExpressionNode
function set ExpressionNode (value : ExpressionNode)
属性值
类型:Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode object that represents the expression node that is associated with the target.