다음을 통해 공유


SqlElementDescriptorVolatility 열거형

이 열거형은 요소 설명자의 일시성을 설명합니다. 각 일시성 수준은 고유합니다. 변수이면서 동시에 임시 테이블이나 기타 수준일 수 없습니다. 이러한 수준은 함께 사용할 수 없습니다. 임시 개체와 전역 임시 개체는 분명한 차이점이 있습니다.

네임스페이스:  Microsoft.Data.Schema.Sql.SchemaModel
어셈블리:  Microsoft.Data.Schema.Sql(Microsoft.Data.Schema.Sql.dll)

구문

‘선언
Public Enumeration SqlElementDescriptorVolatility
public enum SqlElementDescriptorVolatility
public enum class SqlElementDescriptorVolatility
type SqlElementDescriptorVolatility
public enum SqlElementDescriptorVolatility

멤버

멤버 이름 설명
None 요소 설명자에 일시성이 없음을 지정합니다.
VariableOrParameter 요소가 변수 또는 매개 변수임을 지정합니다.
TemporaryObject 요소가 임시 개체임을 지정합니다.
GlobalTemporaryObject 요소가 전역 임시 개체임을 지정합니다.

참고 항목

참조

Microsoft.Data.Schema.Sql.SchemaModel 네임스페이스