SimpleRestoreOption.Option-Eigenschaft

Ruft eine Wiederherstellungsoptionsart ab oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Option As RestoreOptionKind
    Get
    Set
public RestoreOptionKind Option { get; set; }
public:
property RestoreOptionKind Option {
    RestoreOptionKind get ();
    void set (RestoreOptionKind value);
}
member Option : RestoreOptionKind with get, set
function get Option () : RestoreOptionKind
function set Option (value : RestoreOptionKind)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.RestoreOptionKind
Gibt einen RestoreOptionKind-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SimpleRestoreOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace