Compartir a través de


MaxRolloverFilesAuditTargetOption.Value Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public Property Value As Literal 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Vea también

Referencia

MaxRolloverFilesAuditTargetOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom