WITH NORESET が指定されているかどうかを示す値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property WithNoReset As Boolean
Get
Set
'使用
Dim instance As SetUserStatement
Dim value As Boolean
value = instance.WithNoReset
instance.WithNoReset = value
public bool WithNoReset { get; set; }
public:
property bool WithNoReset {
bool get ();
void set (bool value);
}
member WithNoReset : bool with get, set
function get WithNoReset () : boolean
function set WithNoReset (value : boolean)
プロパティ値
型: System.Boolean
WITH NORESET が指定されている場合は true、それ以外の場合は false。