SqlSchemaModel.SqlModelElement 類別
表示 SQL Server 模型的結構描述模型項目。
繼承階層架構
System.Object
Microsoft.Data.Schema.SchemaModel.ModelElement
Microsoft.Data.Schema.SchemaModel.DataSchemaModel.ScriptSourcedModelElement
Microsoft.Data.Schema.Sql.SchemaModel.SqlSchemaModel.SqlModelElement
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Protected MustInherit Class SqlModelElement _
Inherits DataSchemaModel..::..ScriptSourcedModelElement _
Implements ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
protected abstract class SqlModelElement : DataSchemaModel..::..ScriptSourcedModelElement,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
protected ref class SqlModelElement abstract : public DataSchemaModel..::..ScriptSourcedModelElement,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
[<AbstractClass>]
type SqlModelElement =
class
inherit DataSchemaModel..::..ScriptSourcedModelElement
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
protected abstract class SqlModelElement extends DataSchemaModel..::..ScriptSourcedModelElement implements ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
SqlSchemaModel.SqlModelElement 型別會公開下列成員。
建構函式
名稱 | 說明 | |
---|---|---|
![]() |
SqlSchemaModel.SqlModelElement | 初始化 SqlSchemaModel.SqlModelElement 類別的新執行個體。 |
回頁首
屬性
名稱 | 說明 | |
---|---|---|
![]() |
ElementClass | 取得項目的 ElementClass 中繼資料。 (繼承自 ModelElement)。 |
![]() |
Model | 取得項目的 ModelStore。 (繼承自 ModelElement)。 |
![]() |
Name | 取得項目的識別項。 (繼承自 ModelElement)。 |
![]() |
PrimarySource | 取得定義這個項目之主要來源的位置。 (繼承自 DataSchemaModel.ScriptSourcedModelElement)。 |
![]() |
ResolutionStatus | 取得目前解析狀態。 (繼承自 ModelElement)。 |
![]() |
SecondarySources | 取得定義這個項目的次要來源清單。 (繼承自 DataSchemaModel.ScriptSourcedModelElement)。 |
![]() |
SourceCodePositions | (繼承自 ModelElement)。 |
![]() |
ValidationStatus | 取得值,這個值表示目前項目的驗證狀態。 (繼承自 ModelElement)。 |
回頁首
方法
回頁首
執行緒安全
這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。