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
'Usage
Dim instance As SimpleRestoreOption
Dim value As RestoreOptionKind
value = instance.Option
instance.Option = value
public RestoreOptionKind Option { get; set; }
public:
property RestoreOptionKind Option {
RestoreOptionKind get ();
void set (RestoreOptionKind value);
}
public function get Option () : RestoreOptionKind
public 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.