SqlBulkCopyColumnMappingCollection.IList.IsReadOnly Свойство
Определение
property bool System::Collections::IList::IsReadOnly { bool get(); };
bool System.Collections.IList.IsReadOnly { get; }
member this.System.Collections.IList.IsReadOnly : bool
ReadOnly Property IsReadOnly As Boolean Implements IList.IsReadOnly
Значение свойства
Значение true
, если интерфейс IList доступен только для чтения, в противном случае — значение false
.true
if the IList is read-only; otherwise, false
.