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 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
- 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.