ReplicationObject 멤버
Abstract class that is the base class for all classes in the Replication Management Objects (RMO) programming interface.
ReplicationObject 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
CheckValidCreation | 인프라 | |
CheckValidDefinition | 인프라 | |
CommitPropertyChanges | Sends all the cached property change statements to the instance of Microsoft SQL Server. | |
Decouple | Decouples the referenced replication object from the server. | |
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetChangeCommand | 인프라 | |
GetCreateCommand | 인프라 | |
GetDropCommand | 인프라 | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
InternalRefresh | 인프라 | |
Load | Loads the properties of an existing object from the server. | |
LoadProperties | Loads the properties of an existing object from the server. | |
MemberwiseClone | (Object에서 상속됩니다.) | |
Refresh | Reloads the properties of the object. | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CachePropertyChanges | Gets or sets whether to cache changes made to the replication properties or to apply them immediately. | |
ConnectionContext | Gets or sets the connection to an instance of Microsoft SQL Server. | |
IsExistingObject | Gets whether the object exists on the server or not. | |
SqlServerName | Gets the name of the Microsoft SQL Server instance to which this object is connected. | |
UserData | Gets or sets an object property that allows users to attach their own data to the object. |
맨 위로 이동