SimpleRestoreOption.Option Property

Gets or sets a restore option kind.

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
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)

Property Value

Type: Microsoft.Data.Schema.ScriptDom.Sql.RestoreOptionKind
Returns a RestoreOptionKind enumeration value.

.NET Framework Security

See Also

Reference

SimpleRestoreOption Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace