Partilhar via


Propriedade do RDL ReadOnly

Gets or sets the Boolean property value that specifies whether the property is read-only or read/write. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Property ReadOnly As Boolean
    Get
    Set
'Uso
Dim instance As ObjectProperty
Dim value As Boolean

value = instance.ReadOnly

instance.ReadOnly = value
public bool ReadOnly { get; set; }
public:
property bool ReadOnly {
    bool get ();
    void set (bool value);
}
member ReadOnly : bool with get, set
function get ReadOnly () : boolean
function set ReadOnly (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean
True if the property can be retrieved only. Otherwise, false.