Partager via


Propriété SqlSyncAdapterBuilder.RowGuidColumn

Obtient ou définit une colonne de type de données uniqueidentifier utilisée pour identifier les lignes dans la table de base et la table tombstone.

Espace de noms: Microsoft.Synchronization.Data.Server
Assembly: Microsoft.Synchronization.Data.Server (dans microsoft.synchronization.data.server.dll)

Syntaxe

'Déclaration
<DefaultValueAttribute(Nothing)> _
Public Property RowGuidColumn As String
'Utilisation
Dim instance As SqlSyncAdapterBuilder
Dim value As String

value = instance.RowGuidColumn

instance.RowGuidColumn = value
[DefaultValueAttribute(null)] 
public string RowGuidColumn { get; set; }
[DefaultValueAttribute(nullptr)] 
public:
property String^ RowGuidColumn {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_RowGuidColumn ()

/** @property */
public void set_RowGuidColumn (String value)
public function get RowGuidColumn () : String

public function set RowGuidColumn (value : String)

Valeur de propriété

Nom de la colonne dans la table de base et la table tombstone.

Notes

Pour spécifier cette propriété, une colonne qui porte le même nom et contient le type de données approprié doit exister à la fois dans la table de base et la table tombstone. Si cette propriété n'est pas spécifiée, les clés primaires des tables sont utilisées pour identifier les lignes au cours de la synchronisation.

Voir aussi

Référence

Classe SqlSyncAdapterBuilder
Membres SqlSyncAdapterBuilder
Espace de noms Microsoft.Synchronization.Data.Server