EventDeclarationSetParameter.EventValue プロパティ

SET 句内のイベント値を取得または設定します。

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

構文

'宣言
Public Property EventValue As Expression
'使用
Dim instance As EventDeclarationSetParameter
Dim value As Expression

value = instance.EventValue

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

プロパティ値

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

参照

参照

EventDeclarationSetParameter クラス

EventDeclarationSetParameter メンバ

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