共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。