Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Gets or sets the duration.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Duration As Literal
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The duration.