Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Enumerates the type of publication for which a snapshot is generated.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Enumeration ReplicationType
'Usage
Dim instance As ReplicationType
public enum ReplicationType
public enum class ReplicationType
type ReplicationType
public enum ReplicationType
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| None | Publication type not specified. | |
| Transactional | Transactional publication. | |
| Snapshot | Snapshot publication. | |
| Merge | Merge publication. |