Condividi tramite


UrnCollection Members

The UrnCollection class represents a collection of Urn objects that represent Uniform Resource Name (URN) addresses.

The following tables list the members exposed by the UrnCollection type.

Public Constructors

  Nome Description
UrnCollection Initializes a new instance of the UrnCollection class.

Torna all'inizio

Public Properties

  Nome Description
ms220596.pubproperty(it-it,SQL.90).gif Count  
ms220596.pubproperty(it-it,SQL.90).gif Item Gets a Urn object in the collection by index number.

Torna all'inizio

Public Methods

(see also Protected Methods )

  Nome Description
ms220596.pubmethod(it-it,SQL.90).gif Add Adds a Urn object to the end of the UrnCollection object.
ms220596.pubmethod(it-it,SQL.90).gif AddRange  
ms220596.pubmethod(it-it,SQL.90).gif Clear  
ms220596.pubmethod(it-it,SQL.90).gif Contains Determines whether an element is in the UrnCollection object.
ms220596.pubmethod(it-it,SQL.90).gif CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
ms220596.pubmethod(it-it,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms220596.pubmethod(it-it,SQL.90).gif GetEnumerator  
ms220596.pubmethod(it-it,SQL.90).gif GetHashCode  (inherited from Object )
ms220596.pubmethod(it-it,SQL.90).gif GetType  (inherited from Object )
ms220596.pubmethod(it-it,SQL.90).gif IndexOf Returns the zero-based index of the first occurrence of a value in the UrnCollection object or in a portion of it.
ms220596.pubmethod(it-it,SQL.90).gif Insert Inserts an element into the UrnCollection at a specified position.
ms220596.pubmethod(it-it,SQL.90).gifms220596.static(it-it,SQL.90).gif ReferenceEquals  (inherited from Object )
ms220596.pubmethod(it-it,SQL.90).gif Remove Removes the first occurrence of the specified object from the UrnCollection.
ms220596.pubmethod(it-it,SQL.90).gif RemoveAt  
ms220596.pubmethod(it-it,SQL.90).gif ToString  (inherited from Object )

Torna all'inizio

Protected Methods

  Nome Description
ms220596.protmethod(it-it,SQL.90).gif Finalize  (inherited from Object )
ms220596.protmethod(it-it,SQL.90).gif MemberwiseClone  (inherited from Object )

Torna all'inizio

Explicit Interface Implementations

  Nome Description
System.Collections.IEnumerable.GetEnumerator  
System.Collections.Generic.ICollection<Urn>.IsReadOnly  

Torna all'inizio

Vedere anche

Riferimento

UrnCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Using Collections