ISqlExtendedProperty 介面
模型化擴充屬性。
命名空間: Microsoft.Data.Schema.Sql.SchemaModel
組件: Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)
語法
'宣告
Public Interface ISqlExtendedProperty _
Inherits IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, _
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISqlExtendedProperty : IModelNamed,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
public interface class ISqlExtendedProperty : IModelNamed,
ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity,
IModelAnnotationHolder
type ISqlExtendedProperty =
interface
interface IModelNamed
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISqlExtendedProperty extends IModelNamed, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISqlExtendedProperty 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
Host | 取得或設定套用擴充屬性的物件。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
PrimarySource | 取得項目之主要來源的相關資訊。 (繼承自 IScriptSourcedModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SecondarySources | 取得項目的次要來源清單。 (繼承自 IScriptSourcedModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 | |
Value | 取得或設定擴充屬性的值。 |
回頁首
方法
回頁首