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.

請參閱

參考

TextModificationStatement 類別

Microsoft.SqlServer.TransactSql.ScriptDom 命名空間