Proprietà FilterNodeConstant.ValueAsString

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets a string representation of the constant value.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property ValueAsString As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

FilterNodeConstant Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc