次の方法で共有


BusinessLogicParameter.SourceColumn プロパティ

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

Gets or sets the name of the source column mapped to the data set.

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

構文

'宣言
Public Property SourceColumn As String 
    Get 
    Set
'使用
Dim instance As BusinessLogicParameter 
Dim value As String 

value = instance.SourceColumn

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

プロパティ値

型: System.String
The name of the source column mapped to the data set.

実装

IDataParameter.SourceColumn

関連項目

参照

BusinessLogicParameter クラス

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間