SyncRelationship.RefreshFrequencyInHours 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定同步處理頻率。 0 或 null 僅適用於隨選同步。
public:
property Nullable<int> RefreshFrequencyInHours { Nullable<int> get(); void set(Nullable<int> value); };
[System.Runtime.Serialization.DataMember]
public int? RefreshFrequencyInHours { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.RefreshFrequencyInHours : Nullable<int> with get, set
Public Property RefreshFrequencyInHours As Nullable(Of Integer)
屬性值
同步頻率。 0 或 null 僅適用於隨選同步。
- 屬性