MergeSessionDetailType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates parts of a Merge Agent session being monitored.
public enum class MergeSessionDetailType
public enum MergeSessionDetailType
type MergeSessionDetailType =
Public Enum MergeSessionDetailType
- Inheritance
-
MergeSessionDetailType
Fields
Name | Value | Description |
---|---|---|
Initialization | 0 | Agent initialization. |
Upload | 1 | Uploading changes. |
UploadArticle | 2 | Uploading specific article rows. |
Download | 3 | Downloading changes. |
DownloadArticle | 4 | Downloading specific article rows. |
SchemaChanges | 5 | Applying schema changes. |
PreparingSnapshot | 6 | Preparing a snapshot for a filtered subscription. |