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

참고 항목

참조

Microsoft.SqlServer.Management.Sdk.Sfc 네임스페이스