Partilhar via


Propriedade do RDL TextModificationStatement.Timestamp

Gets or sets the initial timestamp value. Optional, literal of binary type.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property Timestamp As Literal 
    Get 
    Set
'Uso
Dim instance As TextModificationStatement 
Dim value As Literal 

value = instance.Timestamp

instance.Timestamp = value
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 da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The timestamp value.

Consulte também

Referência

TextModificationStatement Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom