IncrementalFeedBaseline 属性

获取或设置用作生成增量馈送时的基线的端点状态。

命名空间:  Microsoft.Synchronization.FeedSync
程序集:  Microsoft.Synchronization(在 Microsoft.Synchronization.dll 中)

语法

声明
Public Property IncrementalFeedBaseline As EndpointState
    Get
    Set
用法
Dim instance As FeedProducer
Dim value As EndpointState

value = instance.IncrementalFeedBaseline

instance.IncrementalFeedBaseline = value
public EndpointState IncrementalFeedBaseline { get; set; }
public:
property EndpointState^ IncrementalFeedBaseline {
    EndpointState^ get ();
    void set (EndpointState^ value);
}
member IncrementalFeedBaseline : EndpointState with get, set
function get IncrementalFeedBaseline () : EndpointState
function set IncrementalFeedBaseline (value : EndpointState)

属性值

类型:Microsoft.Synchronization.FeedSync. . :: . .EndpointState
用作生成增量馈送时的基线的端点状态。

注释

此值为 null Nothing nullptr unit null 引用(在 Visual Basic 中为 Nothing) 时,生成完全馈送。

请参阅

参考

FeedProducer类

FeedProducer 成员

Microsoft.Synchronization.FeedSync 命名空间