Value Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the value of the constant.
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 Value As Object
Get
'Uso
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
Valor de la propiedad
Tipo: System. . :: . .Object
An object that represents the value of the constant.
Vea también