Share via


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
Public method QualifiedIdentifierArrayCollection Constructs a collection containing the passed in QualifiedIdentifiers

Top

Properties

  Name Description
Public property Item Gets {insert text here}. (Inherited from QualifiedIdentifierCollection.)
Public property Length Get the number of items in the list (Inherited from QualifiedIdentifierCollection.)

Top

Methods

  Name Description
Public method CompareTo (Inherited from QualifiedIdentifierCollection.)
Public method 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.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode Computes the hash code for this collection and caches it (Inherited from QualifiedIdentifierCollection.)
Public method GetHeuristicLabel (Inherited from QualifiedIdentifierCollection.)
Public method GetType (Inherited from Object.)
Public method GetValueByName< (Of < <' (T> ) > > ) Gets a value from the first embedded QualifiedIdentifier that matches the name (Inherited from QualifiedIdentifierCollection.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString Gets this qualified identifier collection as a string (Inherited from QualifiedIdentifierCollection.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IEnumerable< (Of < <' (QualifiedIdentifier> ) > > )..::..GetEnumerator (Inherited from QualifiedIdentifierCollection.)
Explicit interface implemetationPrivate method 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.

See Also

Reference

Microsoft.Data.Tools.Model Namespace