Share via


IDTSVariable100.ReadOnly Propriété

Définition

Obtient ou définit une valeur qui indique si la variable est en lecture seule et sa valeur ne peut pas être modifiée.

public:
 property bool ReadOnly { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1)]
public bool ReadOnly { [System.Runtime.InteropServices.DispId(1)] get; [System.Runtime.InteropServices.DispId(1)] set; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<set: System.Runtime.InteropServices.DispId(1)>]
member this.ReadOnly : bool with get, set
Public Property ReadOnly As Boolean

Valeur de propriété

true si la variable est en lecture seule ; sinon, false.

Attributs

Remarques

Pour plus d’informations, consultez Variable.

S’applique à