The HasGuidColumn property reports the presence of a globally unique identifier column in the replicated table.
object.HasGuidColumn
Part | Description |
---|---|
object | Expression that evaluates to an object in the Applies To list |
Merge replication articles rely on the presence of a column defined with the data type uniqueidentifier.
If True, the table has a column containing globally unique identifiers and is available for publication as a merge article.
If False, the table does not have a column containing globally unique identifiers.
Boolean
Read-only
HRESULT GetHasGuidColumn(LPBOOL pRetVal);