DbConnectionStringBuilder.IDictionary.IsReadOnly Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das IDictionary schreibgeschützt ist.

property bool System::Collections::IDictionary::IsReadOnly { bool get(); };
bool System.Collections.IDictionary.IsReadOnly { get; }
member this.System.Collections.IDictionary.IsReadOnly : bool
 ReadOnly Property IsReadOnly As Boolean Implements IDictionary.IsReadOnly

Eigenschaftswert

true, wenn das IDictionary schreibgeschützt ist, andernfalls false.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die DbConnectionStringBuilder-Instanz in eine IDictionary-Schnittstelle umgewandelt wird.

Gilt für: