IDatabaseTypeSpecifier 介面
模型化資料庫型別,同時包括基底型別和該型別的任何參數,例如精確度。
命名空間: Microsoft.Data.Schema.SchemaModel.Abstract
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IDatabaseTypeSpecifier _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IDatabaseTypeSpecifier : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IDatabaseTypeSpecifier : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IDatabaseTypeSpecifier =
interface
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface IDatabaseTypeSpecifier extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IDatabaseTypeSpecifier 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
Type | 取得基礎基底型別。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首