FilterNodeOperator.Right Property
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public ReadOnly Property Right As FilterNode
Get
'Usage
Dim instance As FilterNodeOperator
Dim value As FilterNode
value = instance.Right
public FilterNode Right { get; }
public:
property FilterNode^ Right {
FilterNode^ get ();
}
member Right : FilterNode
function get Right () : FilterNode
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
The value of the left node.