Partilhar via


Propriedade ISql100SubroutineParameter.IsReadOnly

Obtém ou define um valor que indica se o parâmetro é somente leitura.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql100SubroutineParameter Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel