Compartir a través de


ISql90Queue.IsRetentionOn (Propiedad)

Obtiene o establece un valor que modela la opción RETENTION.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90Queue Interfaz

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