Compartir a través de


ISql100SubroutineParameter.IsReadOnly (Propiedad)

Obtiene o establece un valor que indica si el parámetro es de solo lectura.

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

Sintaxis

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

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql100SubroutineParameter Interfaz

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