SqlPropertyLink 클래스
코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.