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 命名空间