DatabaseReal.Result Property
Gets the result.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property Result As Single
Get
'Usage
Dim instance As DatabaseReal
Dim value As Single
value = instance.Result
[OutputAttribute]
public float Result { get; }
[OutputAttribute]
public:
property float Result {
float get ();
}
function get Result () : float
[<OutputAttribute>]
member Result : float32
Property Value
Type: System.Single
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.