ConditionedSqlList 類別
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Represents a list of ConditionedSql objects.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ConditionedSqlList
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public Class ConditionedSqlList
'用途
Dim instance As ConditionedSqlList
[ComVisibleAttribute(false)]
public class ConditionedSqlList
[ComVisibleAttribute(false)]
public ref class ConditionedSqlList
[<ComVisibleAttribute(false)>]
type ConditionedSqlList = class end
public class ConditionedSqlList
ConditionedSqlList 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ConditionedSqlList | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the ConditionedSqlList class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
Count | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the number of items in the list. | |
Item | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the ConditionedSql object at the specified index. |
上層
方法
名稱 | 說明 | |
---|---|---|
Add | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Adds the specified ConditionedSql object to the list. | |
AddDefault | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Adds any ConditionedSql objects that are marked as default (ConditionedSql..::..IsDefault returns true) to the specified StatementBuilder object. | |
AddHits | 不要直接在程式碼中參照此成員。其支援 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 | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Marks each of the ConditionedSql objects in the list as unused. (The ConditionedSql..::..IsUsed property is set to false.) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetEnumerator | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Returns an enumerator that can iterate the list. | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
MemberwiseClone | (繼承自 Object。) | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。