DbSyncSession.SyncStageName Field
Returns the string sync_stage_name. This field is constant.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Const SyncStageName As String
'Usage
Dim value As String
value = DbSyncSession.SyncStageName
public const string SyncStageName
public:
literal String^ SyncStageName
static val mutable SyncStageName: string
public const var SyncStageName : String
Remarks
This field returns a session variable name that can be included in the queries that are used to select changes from and apply changes to a peer database. For more information, see How to: Use Session Variables for Collaborative Synchronization (Non-SQL Server).