Compartir a través de


SyncSchemaColumn.Unique Property

Gets or sets whether the values in each row of the column must be unique.

Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)

Syntax

'Declaration
Public Property Unique As Boolean
public bool Unique { get; set; }
public:
property bool Unique {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_Unique ()

/** @property */
public void set_Unique (boolean value)
public function get Unique () : boolean

public function set Unique (value : boolean)

Property Value

true if the values in each row of the column must be unique; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).

Target Platforms

See Also

Reference

SyncSchemaColumn Class
SyncSchemaColumn Members
Microsoft.Synchronization.Data Namespace