Share via


QualifiedIdentifierNestedCollection Class

A QualifiedIdentifierCollection that format to a space separated list

Inheritance Hierarchy

System..::..Object
  Microsoft.Data.Tools.Model..::..QualifiedIdentifierCollection
    Microsoft.Data.Tools.Model..::..QualifiedIdentifierNestedCollection

Namespace:  Microsoft.Data.Tools.Model
Assembly:  Microsoft.Data.Tools.Model (in Microsoft.Data.Tools.Model.dll)

Syntax

'Declaration
Public Class QualifiedIdentifierNestedCollection _
    Inherits QualifiedIdentifierCollection
'Usage
Dim instance As QualifiedIdentifierNestedCollection
public class QualifiedIdentifierNestedCollection : QualifiedIdentifierCollection
public ref class QualifiedIdentifierNestedCollection : public QualifiedIdentifierCollection
type QualifiedIdentifierNestedCollection =  
    class
        inherit QualifiedIdentifierCollection
    end
public class QualifiedIdentifierNestedCollection extends QualifiedIdentifierCollection

The QualifiedIdentifierNestedCollection type exposes the following members.

Constructors

  Name Description
Public method QualifiedIdentifierNestedCollection Initializes a new instance of the QualifiedIdentifierNestedCollection class.

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