HasGuidColumn Property
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The HasGuidColumn property reports the presence of a globally unique identifier (GUID) column in the replicated table.
Синтаксис
object.HasGuidColumn
Parts
- object
An expression that evaluates to an object in the Applies To list
Data Type
Boolean
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetHasGuidColumn(LPBOOL pRetVal);
Замечания
Merge replication articles rely on the presence of a column defined with the data type uniqueidentifier.
If TRUE, the table has a column containing GUIDs and is available for publication as a merge article.
If FALSE, the table does not have a column containing GUIDs.