Propriedade do RDL CheckpointStatement.Duration
Gets or sets the duration.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Duration As Literal
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The duration.