Classe ConditionedSqlList
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Represents a list of ConditionedSql objects.
Gerarchia di ereditarietà
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ConditionedSqlList
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public Class ConditionedSqlList
'Utilizzo
Dim instance As ConditionedSqlList
[ComVisibleAttribute(false)]
public class ConditionedSqlList
[ComVisibleAttribute(false)]
public ref class ConditionedSqlList
[<ComVisibleAttribute(false)>]
type ConditionedSqlList = class end
public class ConditionedSqlList
Nel tipo ConditionedSqlList sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
ConditionedSqlList | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Initializes a new instance of the ConditionedSqlList class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the number of items in the list. | |
Item | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets the ConditionedSql object at the specified index. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Adds the specified ConditionedSql object to the list. | |
AddDefault | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Adds any ConditionedSql objects that are marked as default (ConditionedSql..::..IsDefault returns true) to the specified StatementBuilder object. | |
AddHits | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di 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. | |
ClearHits | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Marks each of the ConditionedSql objects in the list as unused. (The ConditionedSql..::..IsUsed property is set to false.) | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetEnumerator | Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Returns an enumerator that can iterate the list. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.