エラー レベルを取得または設定します。
名前空間 : Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ : Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)
構文
'宣言
Public Property Level As Expression
'使用
Dim instance As SetErrorLevelStatement
Dim value As Expression
value = instance.Level
instance.Level = value
public Expression Level { get; set; }
public:
property Expression^ Level {
Expression^ get ();
void set (Expression^ value);
}
public function get Level () : Expression
public function set Level (value : Expression)
プロパティ値
型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression