Propriété FilterNodeConstant.Value
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the value of the constant.
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 Value As Object
Get
'Utilisation
Dim instance As FilterNodeConstant
Dim value As Object
value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
Object^ get ();
}
member Value : Object
function get Value () : Object
Valeur de propriété
Type : System.Object
An object that represents the value of the constant.