Share via


SyncId Members

Represents an identifier for an item, change unit, or replica.

The following tables list the members exposed by the SyncId type.

Public Constructors

(see also Protected Constructors )

  Name Description
Public method SyncId Overloaded. Initializes a new instance of the SyncId class.

Top

Protected Constructors

  Name Description
Protected method SyncId Overloaded. Initializes a new instance of the SyncId class.

Top

Public Properties

  Name Description
Public property IsVariableLength Gets a value that indicates whether the ID is variable length.
Public property RawId Gets the raw ID data in a byte array.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method CompareTo Compares this object with another SyncId object.
Public method Equals Overloaded. Overridden. Determines whether two SyncId objects are equal.
Public method GetByteId Gets a 1-byte sync ID.
Public method GetGuidId Gets a GUID sync ID.
Public method GetHashCode Overridden. Computes a hash code suitable for use in hashing algorithms and data structures, such as a hash table.
Public method GetObjectData Serializes the object data to the specified SerializationInfo object.
Public method GetStringId Gets a string sync ID.
Public method GetSyncGlobalId Gets a SyncGlobalId sync ID.
Public method GetType  (Inherited from Object.)
Public method Bb904045.static(en-us,SQL.105).gif op_Equality Determines whether the two specified SyncId objects are equal.
Public method Bb904045.static(en-us,SQL.105).gif op_GreaterThan Determines whether idX is greater than idY.
Public method Bb904045.static(en-us,SQL.105).gif op_Inequality Determines whether the two specified SyncId objects are not equal.
Public method Bb904045.static(en-us,SQL.105).gif op_LessThan Determines whether idX is less than idY.
Public method Bb904045.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method ToString Overridden. Returns a string that represents the sync ID.

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

See Also

Reference

SyncId Class
Microsoft.Synchronization Namespace