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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.