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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.