Compartir a través de


ISql100ServerAudit.IsUnlimited (Propiedad)

Obtiene o establece un valor que indica si el crecimiento del archivo es ilimitado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsUnlimited As Boolean
    Get
    Set
bool IsUnlimited { get; set; }
property bool IsUnlimited {
    bool get ();
    void set (bool value);
}
abstract IsUnlimited : bool with get, set
function get IsUnlimited () : boolean
function set IsUnlimited (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql100ServerAudit Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)