MergePartition 멤버
Represents information about a Subscriber's partition for a merge publication with a parameterized row filter.
MergePartition 형식은 다음 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됩니다.) | |
Finalize | (Object에서 상속됩니다.) | |
GetHashCode | (Object에서 상속됩니다.) | |
GetType | (Object에서 상속됩니다.) | |
MemberwiseClone | (Object에서 상속됩니다.) | |
ToString | (Object에서 상속됩니다.) |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
CurrentSnapshotDateTime | Gets or sets the date and time when the data snapshot of the partition was generated. | |
DynamicFilterHostName | Gets or sets the value supplied to the HOST_NAME(Transact-SQL) function to generate the data snapshot, when the parameterized row filter is defined using this function. | |
DynamicFilterLogin | Gets or sets the value supplied to the SUSER_SNAME(Transact-SQL) function to generate the data snapshot, when the parameterized row filter is defined using this function. | |
DynamicSnapshotJobId | Gets or sets the Microsoft SQL Server Agent job ID, in hexadecimal format, which generates the filtered snapshot for the Subscriber. | |
DynamicSnapshotLocation | Gets or sets the operating system folder used to store the filtered snapshot generated for the partition. | |
PartitionId | Gets or sets the ID value that uniquely identifies the partition. | |
UserData | Gets or sets an object that allows you to attach custom data to this instance of MergePartition. |
맨 위로 이동