MergeSessionDetailType 枚举
Enumerates parts of a Merge Agent session being monitored.
命名空间: Microsoft.SqlServer.Replication
程序集: Microsoft.SqlServer.Rmo(在 Microsoft.SqlServer.Rmo.dll 中)
语法
声明
Public Enumeration MergeSessionDetailType
用法
Dim instance As MergeSessionDetailType
public enum MergeSessionDetailType
public enum class MergeSessionDetailType
type MergeSessionDetailType
public enum MergeSessionDetailType
成员
| 成员名称 | 说明 | |
|---|---|---|
| Initialization | Agent initialization. | |
| Upload | Uploading changes. | |
| UploadArticle | Uploading specific article rows. | |
| Download | Downloading changes. | |
| DownloadArticle | Downloading specific article rows. | |
| SchemaChanges | Applying schema changes. | |
| PreparingSnapshot | Preparing a snapshot for a filtered subscription. |