SimpleRestoreOption.Option 屬性

取得或設定復原選項類型。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.Data.Schema.ScriptDom.Sql.RestoreOptionKind
傳回 RestoreOptionKind 列舉值。

.NET Framework 安全性

請參閱

參考

SimpleRestoreOption 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間