次の方法で共有


BusinessLogicParameter.Value プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Gets or sets the value of the parameter.

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

構文

'宣言
Public Property Value As Object 
    Get 
    Set
'使用
Dim instance As BusinessLogicParameter 
Dim value As Object 

value = instance.Value

instance.Value = value
public Object Value { get; set; }
public:
virtual property Object^ Value {
    Object^ get () sealed;
    void set (Object^ value) sealed;
}
abstract Value : Object with get, set 
override Value : Object with get, set
final function get Value () : Object 
final function set Value (value : Object)

プロパティ値

型: System.Object
An Object that is the value of the parameter.

実装

IDataParameter.Value

関連項目

参照

BusinessLogicParameter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間