Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
この接続で現在同期中のデータベースのリモート ID を返します。
Public Function GetRemoteID() As String
public string GetRemoteID()
リモート ID。
リモート ID の詳細については、リモート IDを参照してください。
次の例は、DBConnectionContext のリモート ID を出力する方法を示します。
// 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); }