Propriedade do RDL FilterNodeConstant.Value
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Gets the value of the constant.
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 Value As Object
Get
'Uso
Dim instance As FilterNodeConstant
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
Valor da propriedade
Tipo: System.Object
An object that represents the value of the constant.