SourceIdentifier 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 all sources of a data change.
public enum class SourceIdentifier
public enum SourceIdentifier
type SourceIdentifier =
Public Enum SourceIdentifier
- Inheritance
-
SourceIdentifier
Fields
Name | Value | Description |
---|---|---|
SourceIsPublisher | 0 | Data change occurred at the Publisher. |
SourceIsSubscriber | 1 | Data change occurred at the Subscriber. |