StopRestoreOption.IsStopAt プロパティ

オプションが STOPATMARK であるかどうかを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property IsStopAt As Boolean
'使用
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)

プロパティ値

型 : System.Boolean
STOPATMARK の場合は True を返します。STOPBEFOREMARK の場合は False を返します。

参照

参照

StopRestoreOption クラス

StopRestoreOption メンバ

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