パラメーター値を取得または設定します。
名前空間: Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ: Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)
構文
'宣言
Public Property ParameterValue As ScalarExpression
Get
Set
'使用
Dim instance As ExecuteParameter
Dim value As ScalarExpression
value = instance.ParameterValue
instance.ParameterValue = value
public ScalarExpression ParameterValue { get; set; }
public:
property ScalarExpression^ ParameterValue {
ScalarExpression^ get ();
void set (ScalarExpression^ value);
}
member ParameterValue : ScalarExpression with get, set
function get ParameterValue () : ScalarExpression
function set ParameterValue (value : ScalarExpression)
プロパティ値
型: Microsoft.SqlServer.TransactSql.ScriptDom.ScalarExpression
パラメーター値。