Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Gets or sets a value that indicates whether to update multiple columns.
Espacio de nombres: Microsoft.SqlServer.Replication
Ensamblado: Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)
Sintaxis
'Declaración
Public Property MultipleColumnUpdate As Boolean
Get
Set
'Uso
Dim instance As MergeArticle
Dim value As Boolean
value = instance.MultipleColumnUpdate
instance.MultipleColumnUpdate = value
public bool MultipleColumnUpdate { get; set; }
public:
property bool MultipleColumnUpdate {
bool get ();
void set (bool value);
}
member MultipleColumnUpdate : bool with get, set
function get MultipleColumnUpdate () : boolean
function set MultipleColumnUpdate (value : boolean)
Valor de la propiedad
Tipo: System.Boolean
true if the object can update multiple columns; otherwise, false.