不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
繼承階層
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 Class SqlPropertyLink _
Inherits ConditionedSql
'用途
Dim instance As SqlPropertyLink
[ComVisibleAttribute(false)]
public class SqlPropertyLink : ConditionedSql
[ComVisibleAttribute(false)]
public ref class SqlPropertyLink : public ConditionedSql
[<ComVisibleAttribute(false)>]
type SqlPropertyLink =
class
inherit ConditionedSql
end
public class SqlPropertyLink extends ConditionedSql
SqlPropertyLink 型別公開下列成員。
建構函式
| 名稱 | 說明 | |
|---|---|---|
![]() |
SqlPropertyLink(XmlReadProperty) | Initializes a new instance of the SqlPropertyLink class with the specified property tag to be read. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() |
SqlPropertyLink(XmlReadPropertyLink) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() |
SqlPropertyLink(XmlReadSettings) | Initializes a new instance of the SqlPropertyLink class with the specified setting tag to be read. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
上層
屬性
| 名稱 | 說明 | |
|---|---|---|
![]() |
AcceptsMultipleHits | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value indicating whether the ConditionedSql object can be added multiple times. (繼承自 ConditionedSql。) |
![]() |
Fields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a StringCollection object that contains the names of the fields that trigger this ConditionedSql object to be added. (繼承自 ConditionedSql。) |
![]() |
IsUsed | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value indicating whether this ConditionedSql object has been used. (繼承自 ConditionedSql。) |
![]() |
LinkFields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the linked fields that are used to create the Transact-SQL expression. (繼承自 ConditionedSql。) |
![]() |
LinkMultiple | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets or sets the LinkMultiple object that is used by this ConditionedSql object. (繼承自 ConditionedSql。) |
![]() |
Table | Gets or sets the joined table name. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() |
Used | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets a value that indicates whether this ConditionedSql object has been used at least once. (繼承自 ConditionedSql。) |
上層
方法
| 名稱 | 說明 | |
|---|---|---|
![]() ![]() |
Add(ConditionedSqlList, XmlReadProperty) | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() ![]() |
Add(ConditionedSqlList, XmlReadSettings) | Adds the specified SQL list and read settings to the property link. |
![]() ![]() |
AddAll | Adds all the items in an existing collection into the object. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() |
AddHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 (覆寫 ConditionedSql.AddHit(String, SqlObjectBase, StatementBuilder)。) |
![]() |
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. (繼承自 ConditionedSql。) |
![]() |
ClearHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Marks this ConditionedSql object as unused. (The IsUsed property is set to false.) (繼承自 ConditionedSql。) |
![]() |
Equals | (繼承自 Object。) |
![]() |
Finalize | (繼承自 Object。) |
![]() |
GetFilter | Retrieves the appropriate filter according to the parameters supplied. |
![]() |
GetHashCode | (繼承自 Object。) |
![]() |
GetTableNameWithAlias | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 |
![]() |
GetType | (繼承自 Object。) |
![]() |
IsDefault | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Specifies that this ConditionedSql object is always added, regardless of which field is requested. (繼承自 ConditionedSql。) |
![]() |
IsHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Tests whether the specified field has caused this ConditionedSql object to be added. (繼承自 ConditionedSql。) |
![]() |
MarkHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Marks this ConditionedSql object as used. (The IsUsed property is set to true.) (繼承自 ConditionedSql。) |
![]() |
MemberwiseClone | (繼承自 Object。) |
![]() |
SetFields | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Sets the fields contained in the specified StringCollection as triggers for this ConditionedSql object. (繼承自 ConditionedSql。) |
![]() |
TestHit | 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Tests whether the specified field would trigger this ConditionedSql object to be added. (繼承自 ConditionedSql。) |
![]() |
ToString | (繼承自 Object。) |
上層
執行緒安全性
這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。
.gif)
.gif)
.gif)
.gif)
.gif)