Compartir a través de


TextModificationStatement.Timestamp (Propiedad)

Obtiene o establece la marca de tiempo.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property Timestamp As Literal
    Get
    Set
public Literal Timestamp { get; set; }
public:
property Literal^ Timestamp {
    Literal^ get ();
    void set (Literal^ value);
}
member Timestamp : Literal with get, set
function get Timestamp () : Literal
function set Timestamp (value : Literal)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.Literal

Comentarios

Opcional Literal de tipo binario.

Seguridad de .NET Framework

Vea también

Referencia

TextModificationStatement Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)