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.