Propriedade do RDL XmlReadProperty.ReadOnly
Gets a value that indicates whether the property is read only. 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 ReadOnly Property ReadOnly As Boolean
Get
'Uso
Dim instance As XmlReadProperty
Dim value As Boolean
value = instance.ReadOnly
public bool ReadOnly { get; }
public:
property bool ReadOnly {
bool get ();
}
member ReadOnly : bool
function get ReadOnly () : boolean
Valor da propriedade
Tipo: System.Boolean
true if the property is read only; otherwise, false.