Partager via


ForEachSMOEnumerator Members

Contains the members used when enumerating over SQL Server Management Objects (SMO). This class cannot be inherited.

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

Public Constructors

  Nom Description
ForEachSMOEnumerator Initializes a new instance of the ForEachSMOEnumerator class.

Haut de la page

Public Properties

  Nom Description
ms212434.pubproperty(fr-fr,SQL.90).gif CollectionEnumerator  Gets or sets Boolean that indicates if the foreach loop enumerator is enumerating collections of objects or enumerating collections of collections. (inherited from ForEachEnumerator)
ms212434.pubproperty(fr-fr,SQL.90).gif EnumURN Gets or sets a String that contains the SMO enumeration Uniform Resource Name (URN) for the selected enumeration.
ms212434.pubproperty(fr-fr,SQL.90).gif Version  Returns the version number of the package. This property is read-only. (inherited from ForEachEnumerator)

Haut de la page

Public Methods

(see also Protected Methods )

  Nom Description
ms212434.pubmethod(fr-fr,SQL.90).gif CanUpdate  (inherited from ForEachEnumerator )
ms212434.pubmethod(fr-fr,SQL.90).gif Equals  Overloaded. (inherited from DtsObject )
ms212434.pubmethod(fr-fr,SQL.90).gif GetEnumerator Overridden. Returns an enumerator that can iterate through the ForEachSMOEnumerator instance.
ms212434.pubmethod(fr-fr,SQL.90).gif GetHashCode  Returns the hash code for this instance. (inherited from DtsObject)
ms212434.pubmethod(fr-fr,SQL.90).gif GetType  (inherited from Object )
ms212434.pubmethod(fr-fr,SQL.90).gif InitializeForEachEnumerator  (inherited from ForEachEnumerator )
ms212434.pubmethod(fr-fr,SQL.90).gif LoadFromXML This method is not callable by your application code. To load a package saved as .xml, use the Application.LoadPackage method.
ms212434.pubmethod(fr-fr,SQL.90).gifms212434.static(fr-fr,SQL.90).gif op_Equality  (inherited from DtsObject )
ms212434.pubmethod(fr-fr,SQL.90).gifms212434.static(fr-fr,SQL.90).gif op_Inequality  (inherited from DtsObject )
ms212434.pubmethod(fr-fr,SQL.90).gifms212434.static(fr-fr,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212434.pubmethod(fr-fr,SQL.90).gif SaveToXML This method is not callable by your application code. To save a package as .xml, use the Application.SaveToXml method.
ms212434.pubmethod(fr-fr,SQL.90).gif ToString  (inherited from Object )
ms212434.pubmethod(fr-fr,SQL.90).gif Update  (inherited from ForEachEnumerator )
ms212434.pubmethod(fr-fr,SQL.90).gif Validate Overridden. Returns a value that indicates whether the container has invalid settings that will prevent it from running successfully.

Haut de la page

Protected Methods

  Nom Description
ms212434.protmethod(fr-fr,SQL.90).gif Finalize  (inherited from Object )
ms212434.protmethod(fr-fr,SQL.90).gif MemberwiseClone  (inherited from Object )

Haut de la page

Voir aussi

Référence

ForEachSMOEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.SMO Namespace