Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets or sets the ExpressionNode object that is associated with the target.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public Property ExpressionNode As ExpressionNode
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Dmf.ExpressionNode
A ExpressionNode object that represents the expression node that is associated with the target.