PredOperand 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
조건자 피연산자의 클래스입니다. 조건자 피연산자는 이벤트 열 또는 pred_source 수 있습니다.
public sealed class PredOperand : Microsoft.SqlServer.Management.XEvent.Predicate
type PredOperand = class
inherit Predicate
Public NotInheritable Class PredOperand
Inherits Predicate
- 상속
생성자
| Name | Description |
|---|---|
| PredOperand(DataEventColumnInfo) |
이벤트 열을 사용하여 클래스의 새 인스턴스를 PredOperand 초기화합니다. |
| PredOperand(PredSourceInfo) |
Pred_source 사용하여 클래스의 새 인스턴스를 PredOperand 초기화합니다. |
속성
| Name | Description |
|---|---|
| OperandObject |
피연산자를 생성하는 데 사용되는 개체를 가져옵니다. 개체는 DataEventColumnInfo 또는 PredSourceInfo의 인스턴스여야 합니다. |
| TypeName |
피연산자의 TypeName을 가져옵니다. |
| TypePackageId |
피연산자의 TypePackageID를 가져옵니다. |
메서드
| Name | Description |
|---|---|
| ToString() |
String 현재 PredOperand를 나타내는 값을 반환합니다. |