Partager via


StopRestoreOption.After, propriété

Obtient ou définit une clause AFTER facultative.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property After As Literal
    Get
    Set
public Literal After { get; set; }
public:
property Literal^ After {
    Literal^ get ();
    void set (Literal^ value);
}
member After : Literal with get, set
function get After () : Literal
function set After (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sécurité .NET Framework

Voir aussi

Référence

StopRestoreOption Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms