DataSchemaModel.ScriptSourcedModelElement 클래스
스크립트 소스가 있는 모든 모델 요소에 대한 기본 클래스를 제공합니다.
상속 계층 구조
System.Object
Microsoft.Data.Schema.SchemaModel.ModelElement
Microsoft.Data.Schema.SchemaModel.DataSchemaModel.ScriptSourcedModelElement
Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaModel.SqlModelElement
네임스페이스: Microsoft.Data.Schema.SchemaModel
어셈블리: Microsoft.Data.Schema(Microsoft.Data.Schema.dll)
구문
‘선언
Protected MustInherit Class ScriptSourcedModelElement _
Inherits ModelElement _
Implements IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, _
IModelAnnotationHolder, IFormattable
protected abstract class ScriptSourcedModelElement : ModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder,
IFormattable
protected ref class ScriptSourcedModelElement abstract : public ModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder,
IFormattable
[<AbstractClass>]
type ScriptSourcedModelElement =
class
inherit ModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
interface IFormattable
end
protected abstract class ScriptSourcedModelElement extends ModelElement implements IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder, IFormattable
DataSchemaModel.ScriptSourcedModelElement 형식에서는 다음과 같은 멤버를 노출합니다.
생성자
이름 | 설명 | |
---|---|---|
DataSchemaModel.ScriptSourcedModelElement | DataSchemaModel.ScriptSourcedModelElement 클래스의 새 인스턴스를 초기화합니다. |
위쪽
속성
이름 | 설명 | |
---|---|---|
ElementClass | 요소의 ElementClass 메타데이터를 가져옵니다. (ModelElement에서 상속됨) | |
Model | 요소의 ModelStore를 가져옵니다. (ModelElement에서 상속됨) | |
Name | 요소의 식별자를 가져옵니다. (ModelElement에서 상속됨) | |
PrimarySource | 이 요소를 정의하는 기본 소스의 위치를 가져옵니다. | |
ResolutionStatus | 현재 확인 상태를 가져옵니다. (ModelElement에서 상속됨) | |
SecondarySources | 이 요소를 정의하는 보조 소스의 목록을 가져옵니다. | |
SourceCodePositions | (ModelElement에서 상속됨) | |
ValidationStatus | 현재 요소의 유효성 검사 상태를 나타내는 값을 가져옵니다. (ModelElement에서 상속됨) |
위쪽
메서드
위쪽
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.