BackupOption.Option Property
Gets or sets the backup 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 BackupOptionKind
public BackupOptionKind Option { get; set; }
public:
property BackupOptionKind Option {
BackupOptionKind get ();
void set (BackupOptionKind value);
}
member Option : BackupOptionKind with get, set
function get Option () : BackupOptionKind
function set Option (value : BackupOptionKind)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.BackupOptionKind
Returns a BackupOptionKind 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.