Condividi tramite


Proprietà MergeArticle.MultipleColumnUpdate

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets a value that indicates whether to update multiple columns.

Spazio dei nomi  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)

Sintassi

'Dichiarazione
Public Property MultipleColumnUpdate As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true if the object can update multiple columns; otherwise, false.

Vedere anche

Riferimento

MergeArticle Classe

Spazio dei nomi Microsoft.SqlServer.Replication