次の方法で共有


RaiseErrorStatement.FirstParameter プロパティ

最初のパラメーターの値を取得または設定します。 文字列または変数か、正または負の整数を指定できます。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Property FirstParameter As ScalarExpression 
    Get 
    Set
'使用
Dim instance As RaiseErrorStatement 
Dim value As ScalarExpression 

value = instance.FirstParameter

instance.FirstParameter = value
public ScalarExpression FirstParameter { get; set; }
public:
property ScalarExpression^ FirstParameter {
    ScalarExpression^ get ();
    void set (ScalarExpression^ value);
}
member FirstParameter : ScalarExpression with get, set
function get FirstParameter () : ScalarExpression 
function set FirstParameter (value : ScalarExpression)

プロパティ値

型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
最初のパラメーターの値。

関連項目

参照

RaiseErrorStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間