次の方法で共有


TextModificationStatement.Timestamp プロパティ

最初のタイムスタンプ値を取得または設定します。 省略可能で、バイナリ型のリテラルを指定できます。

名前空間:  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
タイムスタンプ値。

関連項目

参照

TextModificationStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間