다음을 통해 공유


HistoryRetentionInDays 속성

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf.dll의 Microsoft.SqlServer.Dmf

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public Property HistoryRetentionInDays As Integer
    Get
    Set
‘사용 방법
Dim instance As PolicyStore
Dim value As Integer

value = instance.HistoryRetentionInDays

instance.HistoryRetentionInDays = value
[SfcPropertyAttribute(Data = true)]
public int HistoryRetentionInDays { get; set; }
[SfcPropertyAttribute(Data = true)]
public:
property int HistoryRetentionInDays {
    int get ();
    void set (int value);
}
[<SfcPropertyAttribute(Data = true)>]
member HistoryRetentionInDays : int with get, set
function get HistoryRetentionInDays () : int
function set HistoryRetentionInDays (value : int)

속성 값

형식: System. . :: . .Int32