다음을 통해 공유


FilterNodeConstant 클래스

코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Represents a constant in a filter.

상속 계층

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc..::..FilterNodeConstant

네임스페이스:  Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리:  Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)

구문

‘선언
<ComVisibleAttribute(False)> _
Public Class FilterNodeConstant _
    Inherits FilterNode
‘사용 방법
Dim instance As FilterNodeConstant
[ComVisibleAttribute(false)]
public class FilterNodeConstant : FilterNode
[ComVisibleAttribute(false)]
public ref class FilterNodeConstant : public FilterNode
[<ComVisibleAttribute(false)>]
type FilterNodeConstant =  
    class
        inherit FilterNode
    end
public class FilterNodeConstant extends FilterNode

FilterNodeConstant 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 FilterNodeConstant 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Initializes a new instance of the FilterNodeConstant class.

맨 위로 이동

속성

  이름 설명
공용 속성 NodeType Gets a FilterNode..::..Type value that indicates the type of the node. (FilterNode. . :: . .NodeType을(를) 재정의함)
공용 속성 ObjType 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets an FilterNodeConstant..::..ObjectType value that indicates the constant type.
공용 속성 Value 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the value of the constant.
공용 속성 ValueAsString 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets a string representation of the constant value.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetHashCode Returns the hash code for this instance. (Object. . :: . .GetHashCode() () () ()을(를) 재정의함)
공용 메서드 GetType (Object에서 상속됨)
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Returns a string representation of the object. (FilterNode. . :: . .ToString() () () ()을(를) 재정의함)

맨 위로 이동

연산자

  이름 설명
공용 연산자정적 멤버 Implicit Widening Implicit Implicit Implicit(FilterNodeConstant to String) 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Coverts the specified FilterNodeConstant object to a string.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.