Condividi tramite


ConfigPropertyCollection Members

The ConfigPropertyCollection class represents a collection of ConfigProperty objects that represent all the configuration properties defined on the instance of Microsoft SQL Server.

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

Public Properties

  Nome Description
ms219401.pubproperty(it-it,SQL.90).gif Count Gets the number of ConfigProperty objects in the ConfigPropertyCollection collection.
ms219401.pubproperty(it-it,SQL.90).gif IsSynchronized Gets the Boolean property value that specifies whether access to the collection is synchronized and therefore thread-safe.
ms219401.pubproperty(it-it,SQL.90).gif Item Overloaded.  
ms219401.pubproperty(it-it,SQL.90).gif SyncRoot Gets an object that can be used to synchronize access to the collection.

Torna all'inizio

Public Methods

(see also Protected Methods )

  Nome Description
ms219401.pubmethod(it-it,SQL.90).gif CopyTo Copies the collection objects to a one-dimensional array beginning at the index value specified.
ms219401.pubmethod(it-it,SQL.90).gif Equals  Overloaded. (inherited from Object )
ms219401.pubmethod(it-it,SQL.90).gif GetEnumerator Gets an enumerator that can iterate through the list of objects.
ms219401.pubmethod(it-it,SQL.90).gif GetHashCode  (inherited from Object )
ms219401.pubmethod(it-it,SQL.90).gif GetType  (inherited from Object )
ms219401.pubmethod(it-it,SQL.90).gifms219401.static(it-it,SQL.90).gif ReferenceEquals  (inherited from Object )
ms219401.pubmethod(it-it,SQL.90).gif ToString  (inherited from Object )

Torna all'inizio

Protected Methods

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

Torna all'inizio

Explicit Interface Implementations

  Nome Description
System.Collections.ICollection.CopyTo  

Torna all'inizio

Vedere anche

Riferimento

ConfigPropertyCollection Class
Microsoft.SqlServer.Management.Smo Namespace

Altre risorse

Using Collections