Propriedade do RDL Right
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Right As FilterNode
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNode
The value of the left node.
Consulte também