RaiseErrorStatement.SecondParameter プロパティ

2 番目のパラメータを取得または設定します。

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

構文

'宣言
Public Property SecondParameter As Expression
'使用
Dim instance As RaiseErrorStatement
Dim value As Expression

value = instance.SecondParameter

instance.SecondParameter = value
public Expression SecondParameter { get; set; }
public:
property Expression^ SecondParameter {
    Expression^ get ();
    void set (Expression^ value);
}
public function get SecondParameter () : Expression
public function set SecondParameter (value : Expression)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.Expression

解説

値には変数または (正、負の) 整数を指定できます。

参照

参照

RaiseErrorStatement クラス

RaiseErrorStatement メンバ

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