HistoryRetentionInDays propriété
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (dans Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
<SfcPropertyAttribute(Data := True)> _
Public Property HistoryRetentionInDays As Integer
Get
Set
'Utilisation
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)
Valeur de la propriété
Type : System. . :: . .Int32
Voir aussi