Returns the remote ID of the database currently synchronizing on this connection.
Public Function GetRemoteID() As String
public string GetRemoteID()
The remote ID.
For more information about Remote IDs, see Remote IDs.
The following example shows you how to output the remote ID for a DBConnectionContext.
// The method used to output the remote ID. public void OutputRemoteID() { // output the Remote ID for the current synchronization string remoteID = _cc.GetRemoteID(); System.Console.WriteLine(remoteID); } |
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |