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