Sdílet prostřednictvím


RestoreStatement.Kind – vlastnost

Získá nebo nastaví typ příkazu obnovení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property Kind As RestoreStatementKind
    Get
    Set
public RestoreStatementKind Kind { get; set; }
public:
property RestoreStatementKind Kind {
    RestoreStatementKind get ();
    void set (RestoreStatementKind value);
}
member Kind : RestoreStatementKind with get, set
function get Kind () : RestoreStatementKind
function set Kind (value : RestoreStatementKind)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.RestoreStatementKind
Vrátí RestoreStatementKind hodnotu výčtu.

Poznámky

Rozlišuje mezi případy (zastaralé) HEADERONLY a obnovení protokolů databáze a transakcí.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RestoreStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů