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