Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
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.