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