Compartir a través de


MaxSizeAuditTargetOption.Size Propiedad

Gets or sets the maximum size to which the audit file can grow.

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

Sintaxis

'Declaración
Public Property Size As Literal 
    Get 
    Set
'Uso
Dim instance As MaxSizeAuditTargetOption 
Dim value As Literal 

value = instance.Size

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The maximum size to which the audit file can grow.

Vea también

Referencia

MaxSizeAuditTargetOption Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom