Share via


Classe ConditionedSqlList

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Represents a list of ConditionedSql objects.

Hiérarchie d'héritage

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc..::..ConditionedSqlList

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
<ComVisibleAttribute(False)> _
Public Class ConditionedSqlList
'Utilisation
Dim instance As ConditionedSqlList
[ComVisibleAttribute(false)]
public class ConditionedSqlList
[ComVisibleAttribute(false)]
public ref class ConditionedSqlList
[<ComVisibleAttribute(false)>]
type ConditionedSqlList =  class end
public class ConditionedSqlList

Le type ConditionedSqlList expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique ConditionedSqlList Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new instance of the ConditionedSqlList class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Count Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the number of items in the list.
Propriété publique Item Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the ConditionedSql object at the specified index.

Haut de la page

Méthodes

  Nom Description
Méthode publique Add Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Adds the specified ConditionedSql object to the list.
Méthode publique AddDefault Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Adds any ConditionedSql objects that are marked as default (ConditionedSql..::..IsDefault returns true) to the specified StatementBuilder object.
Méthode publique AddHits Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Tests the specified field against each of the ConditionedSql objects in the list. If the field is a trigger for the ConditionedSql object, the ConditionedSql object is added to the specified StatementBuilder object.
Méthode publique ClearHits Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Marks each of the ConditionedSql objects in the list as unused. (The ConditionedSql..::..IsUsed property is set to false.)
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetEnumerator Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Returns an enumerator that can iterate the list.
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de Object.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.