共用方式為


ISqlProcedure.ParentProc 屬性

取得或設定已編號之預存程序的父程序。

命名空間:  Microsoft.Data.Schema.Sql.SchemaModel
組件:  Microsoft.Data.Schema.Sql (在 Microsoft.Data.Schema.Sql.dll 中)

語法

'宣告
Property ParentProc As ISqlProcedure
    Get
    Set
ISqlProcedure ParentProc { get; set; }
property ISqlProcedure^ ParentProc {
    ISqlProcedure^ get ();
    void set (ISqlProcedure^ value);
}
abstract ParentProc : ISqlProcedure with get, set
function get ParentProc () : ISqlProcedure
function set ParentProc (value : ISqlProcedure)

屬性值

型別:Microsoft.Data.Schema.Sql.SchemaModel.ISqlProcedure

.NET Framework 安全性

請參閱

參考

ISqlProcedure 介面

Microsoft.Data.Schema.Sql.SchemaModel 命名空間