Dela via


StopRestoreOption.IsStopAt Property

Gets or sets whether STOPATMARK is the option.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property IsStopAt As Boolean
'Usage
Dim instance As StopRestoreOption 
Dim value As Boolean 

value = instance.IsStopAt

instance.IsStopAt = value
public bool IsStopAt { get; set; }
public:
property bool IsStopAt {
    bool get ();
    void set (bool value);
}
public function get IsStopAt () : boolean 
public function set IsStopAt (value : boolean)

Property Value

Type: System.Boolean
Returns True in case of STOPATMARK, False in case of STOPBEFOREMARK.

.NET Framework Security

See Also

Reference

StopRestoreOption Class

StopRestoreOption Members

Microsoft.Data.Schema.ScriptDom.Sql Namespace