Delen via


TextModificationStatement.Timestamp Property

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

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

Syntax

'Declaration
Public Property Timestamp As Literal 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

TextModificationStatement Class

Microsoft.SqlServer.TransactSql.ScriptDom Namespace