SqlDateTimeGenerator.VariantResult Property
Gets the resulting date and time.
Namespace: Microsoft.Data.Schema.Generators.Sql
Assembly: Microsoft.Data.Schema.Generators.Sql (in Microsoft.Data.Schema.Generators.Sql.dll)
Syntax
'Declaration
<OutputAttribute(DBTypeExtension := GetType(SqlVariant))> _
Public ReadOnly Property VariantResult As DateTime
Get
'Usage
Dim instance As SqlDateTimeGenerator
Dim value As DateTime
value = instance.VariantResult
[OutputAttribute(DBTypeExtension = typeof(SqlVariant))]
public DateTime VariantResult { get; }
[OutputAttribute(DBTypeExtension = typeof(SqlVariant))]
public:
property DateTime VariantResult {
DateTime get ();
}
function get VariantResult () : DateTime
[<OutputAttribute(DBTypeExtension = typeof(SqlVariant))>]
member VariantResult : DateTime
Property Value
Type: System.DateTime
.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.