次の方法で共有


CheckpointStatement.Duration プロパティ

期間を取得または設定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property Duration As Literal 
    Get 
    Set
'使用
Dim instance As CheckpointStatement 
Dim value As Literal 

value = instance.Duration

instance.Duration = value
public Literal Duration { get; set; }
public:
property Literal^ Duration {
    Literal^ get ();
    void set (Literal^ value);
}
member Duration : Literal with get, set
function get Duration () : Literal 
function set Duration (value : Literal)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
期間。

関連項目

参照

CheckpointStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間