Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.