Compartir a través de


IDTSVariable100.ReadOnly Propiedad

Definición

Obtiene o establece un valor que indica si la variable es de solo lectura y no se puede modificar su valor.

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

Valor de propiedad

true si la variable es de solo lectura; de lo contrario, false.

Atributos

Comentarios

Para obtener más información, vea Variable.

Se aplica a