Свойство MaxRolloverFilesAuditTargetOption.Value

Gets of sets the value to apply to the property specified by the target option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Value As Literal 
    Get 
    Set
'Применение
Dim instance As MaxRolloverFilesAuditTargetOption 
Dim value As Literal 

value = instance.Value

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

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The value to apply to the property specified by the target option.

См. также

Справочник

MaxRolloverFilesAuditTargetOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom