Propriedade do RDL SfcCollection<T, K, ParentT>.IsReadOnly
Gets a value indicating whether the collection 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 MustOverride ReadOnly Property IsReadOnly As Boolean
Get
'Uso
Dim instance As SfcCollection
Dim value As Boolean
value = instance.IsReadOnly
public abstract bool IsReadOnly { get; }
public:
virtual property bool IsReadOnly {
bool get () abstract;
}
abstract IsReadOnly : bool
abstract function get IsReadOnly () : boolean
Valor da propriedade
Tipo: System.Boolean
true if the collection is read-only; otherwise, false.