共用方式為


ArticleConflict.GuidColumnName 屬性

Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.

命名空間:  Microsoft.SqlServer.Replication
組件:  Microsoft.SqlServer.Rmo (在 Microsoft.SqlServer.Rmo.dll 中)

語法

'宣告
Public Property GuidColumnName As String 
    Get 
    Set
'用途
Dim instance As ArticleConflict 
Dim value As String 

value = instance.GuidColumnName

instance.GuidColumnName = value
public string GuidColumnName { get; set; }
public:
property String^ GuidColumnName {
    String^ get ();
    void set (String^ value);
}
member GuidColumnName : string with get, set
function get GuidColumnName () : String 
function set GuidColumnName (value : String)

屬性值

型別:System.String
A String value that specifies the GUID column name.

備註

The GuidColumnName property is read/write.

Any user can get or set the GuidColumnName property.

This namespace, class, or member is supported only in the .NET Framework 2.0.

請參閱

參考

ArticleConflict 類別

Microsoft.SqlServer.Replication 命名空間