Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the name of the column that uniquely identifies rows in the specified SourceObject.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property GuidColumnName As String
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.String
A String value that specifies the GUID column name.
Hinweise
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.