PredOperand 클래스

정의

조건자 피연산자의 클래스입니다. 조건자 피연산자는 이벤트 열 또는 pred_source 수 있습니다.

public sealed class PredOperand : Microsoft.SqlServer.Management.XEvent.Predicate
type PredOperand = class
    inherit Predicate
Public NotInheritable Class PredOperand
Inherits Predicate
상속
PredOperand

생성자

Name Description
PredOperand(DataEventColumnInfo)

이벤트 열을 사용하여 클래스의 새 인스턴스를 PredOperand 초기화합니다.

PredOperand(PredSourceInfo)

Pred_source 사용하여 클래스의 새 인스턴스를 PredOperand 초기화합니다.

속성

Name Description
OperandObject

피연산자를 생성하는 데 사용되는 개체를 가져옵니다. 개체는 DataEventColumnInfo 또는 PredSourceInfo의 인스턴스여야 합니다.

TypeName

피연산자의 TypeName을 가져옵니다.

TypePackageId

피연산자의 TypePackageID를 가져옵니다.

메서드

Name Description
ToString()

String 현재 PredOperand를 나타내는 값을 반환합니다.

적용 대상