Compartir a través de


ValueAsString Propiedad

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets a string representation of the constant value.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System. . :: . .String
A string representation of the constant value.