Partager via


ISqlProcedure.ParentProc, propriété

Obtient ou définit la procédure parente d'une procédure stockée numérotée.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : Microsoft.Data.Schema.Sql.SchemaModel.ISqlProcedure

Sécurité .NET Framework

Voir aussi

Référence

ISqlProcedure Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms