ConditionedSql 類別
不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Represents Transact-SQL that is necessary only when a property is requested.
繼承階層
System. . :: . .Object
Microsoft.SqlServer.Management.Sdk.Sfc..::..ConditionedSql
Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlPropertyLink
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
<ComVisibleAttribute(False)> _
Public MustInherit Class ConditionedSql
'用途
Dim instance As ConditionedSql
[ComVisibleAttribute(false)]
public abstract class ConditionedSql
[ComVisibleAttribute(false)]
public ref class ConditionedSql abstract
[<AbstractClassAttribute>]
[<ComVisibleAttribute(false)>]
type ConditionedSql = class end
public abstract class ConditionedSql
ConditionedSql 型別公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
ConditionedSql | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes a new instance of the ConditionedSql class. |
上層
屬性
名稱 | 說明 | |
---|---|---|
AcceptsMultipleHits | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value indicating whether the ConditionedSql object can be added multiple times. | |
Fields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. | |
IsUsed | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value indicating whether this ConditionedSql object has been used. | |
LinkFields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the linked fields that are used to create the Transact-SQL expression. | |
LinkMultiple | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the LinkMultiple object that is used by this ConditionedSql object. | |
Used | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value that indicates whether this ConditionedSql object has been used at least once. |
上層
方法
名稱 | 說明 | |
---|---|---|
AddHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Adds the ConditionedSql object to the specified StatementBuilder object. | |
AddLinkMultiple | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Initializes the LinkMultiple object that is used by this ConditionedSql object with the multiple link information contained in the specified XmlReadMultipleLink object. | |
ClearHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) | |
Equals | (繼承自 Object。) | |
Finalize | (繼承自 Object。) | |
GetHashCode | (繼承自 Object。) | |
GetType | (繼承自 Object。) | |
IsDefault | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Specifies that this ConditionedSql object is always added, regardless of which field is requested. | |
IsHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Tests whether the specified field has caused this ConditionedSql object to be added. | |
MarkHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Marks this ConditionedSql object as used. (The IsUsed property is set to true.) | |
MemberwiseClone | (繼承自 Object。) | |
SetFields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. | |
TestHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Tests whether the specified field would trigger this ConditionedSql object to be added. | |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。