TextModificationStatement.Timestamp 属性
Gets or sets the initial timestamp value. Optional, literal of binary type.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property Timestamp As Literal
Get
Set
用法
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)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The timestamp value.