Compartir a través de


BusinessLogicParameter.SourceColumn Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

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

Espacio de nombres:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado:  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintaxis

'Declaración
Public Property SourceColumn As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IDataParameter.SourceColumn

Vea también

Referencia

BusinessLogicParameter Clase

Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport