SetVariableStatement 클래스

정의

set @local_variable 문을 나타냅니다.

[System.Serializable]
public class SetVariableStatement : Microsoft.SqlServer.TransactSql.ScriptDom.TSqlStatement
[<System.Serializable>]
type SetVariableStatement = class
    inherit TSqlStatement
Public Class SetVariableStatement
Inherits TSqlStatement
상속
SetVariableStatement
특성

생성자

Name Description
SetVariableStatement()

set @local_variable 문을 나타냅니다.

필드

Name Description
Uninitialized

토큰을 나타내고 초기화되지 않은 상수입니다.

(다음에서 상속됨 TSqlFragment)

속성

Name Description
AssignmentKind

할당 연산자가 사용됩니다.

CursorDefinition

커서 - null이 아니면 식이 null이어야 합니다.

Expression

변수가 설정할 goint인 식입니다. 커서의 경우 null일 수 있습니다.

FirstTokenIndex

토큰의 첫 번째 인덱스 가져오거나 설정합니다.

(다음에서 상속됨 TSqlFragment)
FragmentLength

구문 분석된 스크립트에서 조각이 차지하는 문자 수를 정의합니다.

(다음에서 상속됨 TSqlFragment)
FunctionCallExists

열 식별자가 함수 호출로 끝나는 경우 True입니다.

Identifier

속성, 필드 또는 메서드를 나타낼 수 있는 식별자입니다. 선택 사항으로, null일 수 있습니다.

LastTokenIndex

토큰의 마지막 인덱스 가져오거나 설정합니다.

(다음에서 상속됨 TSqlFragment)
Parameters

함수에 대한 매개 변수입니다.

ScriptTokenStream

스크립트 토큰 스트림을 가져오거나 설정합니다.

(다음에서 상속됨 TSqlFragment)
SeparatorType

구분 기호를 표시합니다.

StartColumn

시작 열을 가져옵니다.

(다음에서 상속됨 TSqlFragment)
StartLine

시작 줄을 가져옵니다.

(다음에서 상속됨 TSqlFragment)
StartOffset

구문 분석된 스크립트에서 조각 시작 위치의 문자 오프셋을 정의합니다.

(다음에서 상속됨 TSqlFragment)
Variable

설정할 변수입니다.

메서드

Name Description
Accept(TSqlFragmentVisitor)

방문자 허용

AcceptChildren(TSqlFragmentVisitor)

어린이 방문자 허용

적용 대상