Policy.TargetProcessedEventArgs.ExpressionNode 속성
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.