Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets RESTORE statement kind.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Kind As RestoreStatementKind
'Usage
Dim instance As RestoreStatement
Dim value As RestoreStatementKind
value = instance.Kind
instance.Kind = value
public RestoreStatementKind Kind { get; set; }
public:
property RestoreStatementKind Kind {
RestoreStatementKind get ();
void set (RestoreStatementKind value);
}
public function get Kind () : RestoreStatementKind
public function set Kind (value : RestoreStatementKind)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.RestoreStatementKind
Returns a RestoreStatementKind enumeration value.
Remarks
Differentiates between restore database/transaction log and (obsolete) HEADERONLY cases.
.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.