IDatabaseProcedure 介面
將資料庫預存程序模型化。
命名空間: Microsoft.Data.Schema.SchemaModel.Abstract
組件: Microsoft.Data.Schema (在 Microsoft.Data.Schema.dll 中)
語法
'宣告
Public Interface IDatabaseProcedure _
Inherits IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface IDatabaseProcedure : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class IDatabaseProcedure : IModelElement,
IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type IDatabaseProcedure =
interface
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface IDatabaseProcedure extends IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
IDatabaseProcedure 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
BodyDependencies | 取得由程序主體所參考的項目集合。 | |
ElementClass | 取得項目的中繼資料類別。 (繼承自 IModelElement)。 | |
Model | 取得模型參考。 (繼承自 IModelEntity)。 | |
Name | 取得或設定項目的名稱。 (繼承自 IModelElement)。 | |
ResolutionStatus | 取得或設定模型項目解析狀態的值。 (繼承自 IModelElement)。 | |
SourceCodePositions | 取得定義這個項目的來源清單。 (繼承自 IModelElement)。 | |
ValidationStatus | 取得或設定模型項目驗證狀態的值。 (繼承自 IModelElement)。 |
回頁首
方法
回頁首