Propriété FilterNodeConstant.ValueAsString
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets a string representation of the constant value.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ValueAsString As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
A string representation of the constant value.