Propriedade do RDL ExpressionNodeConstant.Value
Gets the object value that is the expression node constant.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
Public ReadOnly Property Value As Object
Get
'Uso
Dim instance As ExpressionNodeConstant
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
A Object value that specifies the object that is the expression node constant.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.