SqlDateTime.Value Propriedade
Definição
Obtém o valor da estrutura SqlDateTime.Gets the value of the SqlDateTime structure. Esta propriedade é somente para leitura.This property is read-only.
public:
property DateTime Value { DateTime get(); };
public DateTime Value { get; }
member this.Value : DateTime
Public ReadOnly Property Value As DateTime
Valor da propriedade
O valor dessa SqlDateTime estrutura.The value of this SqlDateTime structure.
Exceções
A exceção lançada quando a propriedade Value de uma estrutura System.Data.SqlTypes é definida como nula.The exception that is thrown when the Value property of a System.Data.SqlTypes structure is set to null.