語言

ReplicationColumn.IsRowGuidColumn 屬性

定義

取得或設定欄位是否作為資料表中資料列的全域唯一識別碼(GUID)。

public:
 property bool IsRowGuidColumn { bool get(); void set(bool value); };
public bool IsRowGuidColumn { get; set; }
member this.IsRowGuidColumn : bool with get, set
Public Property IsRowGuidColumn As Boolean

屬性值

一個 Boolean 值。 若 true,則引用欄位作為 GUID 識別碼。 若 false,則該參考欄位不作為 GUID 識別碼。

備註

此命名空間、類別或成員僅在 .NET 框架 2.0 版本中被支援。

適用於