Partager via


ISql100SubroutineParameter.IsReadOnly, propriété

Obtient ou définit une valeur qui indique si le paramètre est en lecture seule.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100SubroutineParameter Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms