DTSReadOnlyCollectionBase Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines an abstract base class that implements the common members used by all Integration Services read-only collections. It provides the abstract (MustInherit in Visual Basic) base class for a strongly typed collection.
public ref class DTSReadOnlyCollectionBase abstract : System::Collections::ICollection
[System.ComponentModel.MergableProperty(false)]
public abstract class DTSReadOnlyCollectionBase : System.Collections.ICollection
[<System.ComponentModel.MergableProperty(false)>]
type DTSReadOnlyCollectionBase = class
interface ICollection
interface IEnumerable
Public MustInherit Class DTSReadOnlyCollectionBase
Implements ICollection
- Inheritance
-
DTSReadOnlyCollectionBase
- Derived
- Attributes
- Implements
This class inherits from ICollection and IEnumerable
.
m_unmanaged |
The unmanaged collection. |
Count |
Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. |
Is |
Gets a value that indicates whether access to the DTSReadOnlyCollectionBase is synchronized (thread-safe). |
Sync |
Gets an object that can be used to synchronize access to the DTSReadOnlyCollectionBase. |
Copy |
Copies the entire DTSReadOnlyCollectionBase to a compatible one-dimensional array, starting at the specified index of the target array. |
Create |
Creates managed object from an unmanaged object. |
Get |
Retrieves the number of objects in the collection. |
Get |
Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
Get |
Gets the managed enumerator from an unmanaged enumerator. |
منتج | الإصدارات |
---|---|
SQL Server .NET SDK | 2016, 2017, 2019 |