Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Tests whether the data connection collection is read only.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Private ReadOnly Property IsReadOnly As Boolean
Implements ICollection(Of DataConnection).IsReadOnly
bool ICollection<DataConnection>.IsReadOnly { get; }
private:
virtual property bool IsReadOnly {
bool get () sealed = ICollection<DataConnection^>::IsReadOnly::get;
}
private abstract IsReadOnly : bool with get
private override IsReadOnly : bool with get
JScript does not support explicit interface implementations.
Property Value
Type: System.Boolean
Returns true if the collection is read only; otherwise returns false.
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.