QualifiedIdentifierArrayCollection Class
A QualifiedIdentifierCollection that format to a comma separated list
Inheritance Hierarchy
System..::..Object
Microsoft.Data.Tools.Model..::..QualifiedIdentifierCollection
Microsoft.Data.Tools.Model..::..QualifiedIdentifierArrayCollection
Namespace: Microsoft.Data.Tools.Model
Assembly: Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)
Syntax
'Declaration
Public Class QualifiedIdentifierArrayCollection _
Inherits QualifiedIdentifierCollection
'Usage
Dim instance As QualifiedIdentifierArrayCollection
public class QualifiedIdentifierArrayCollection : QualifiedIdentifierCollection
public ref class QualifiedIdentifierArrayCollection : public QualifiedIdentifierCollection
type QualifiedIdentifierArrayCollection =
class
inherit QualifiedIdentifierCollection
end
public class QualifiedIdentifierArrayCollection extends QualifiedIdentifierCollection
The QualifiedIdentifierArrayCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
QualifiedIdentifierArrayCollection | Constructs a collection containing the passed in QualifiedIdentifiers |
Top
Properties
Name | Description | |
---|---|---|
Item | Gets {insert text here}. (Inherited from QualifiedIdentifierCollection.) | |
Length | Get the number of items in the list (Inherited from QualifiedIdentifierCollection.) |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | (Inherited from QualifiedIdentifierCollection.) | |
Equals | Compares two of these lists and see if all of the items are equal. This assumes the items will be in the same order inside the list. This is a performance optimization, and needed for method arguments, where a different order means a different overload (Inherited from QualifiedIdentifierCollection.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | Computes the hash code for this collection and caches it (Inherited from QualifiedIdentifierCollection.) | |
GetHeuristicLabel | (Inherited from QualifiedIdentifierCollection.) | |
GetType | (Inherited from Object.) | |
GetValueByName< (Of < <' (T> ) > > ) | Gets a value from the first embedded QualifiedIdentifier that matches the name (Inherited from QualifiedIdentifierCollection.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Gets this qualified identifier collection as a string (Inherited from QualifiedIdentifierCollection.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable< (Of < <' (QualifiedIdentifier> ) > > )..::..GetEnumerator | (Inherited from QualifiedIdentifierCollection.) | |
IEnumerable..::..GetEnumerator | Get our Enumerator. This prevents direct access to the _array (Inherited from QualifiedIdentifierCollection.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.