FilterNodeFunction 클래스

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

상속 계층

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.FilterNode
    Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeChildren
      Microsoft.SqlServer.Management.Sdk.Sfc.FilterNodeFunction

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

구문

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

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

생성자

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

맨 위로 이동

속성

  이름 설명
공용 속성 FunctionType 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets a FilterNodeFunction.Type value that indicates the function type.
공용 속성 Name 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the name of the function.
공용 속성 NodeType Gets the type of the node. (FilterNode.NodeType을(를) 재정의함)
공용 속성 ParameterCount 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다. Gets the number of parameters in the function.

맨 위로 이동

메서드

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

맨 위로 이동

스레드 보안

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

참고 항목

참조

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