Share via


ISchema.StoredProcedures Property

Gets the collection of stored procedures that belong to this schema.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property StoredProcedures As IMetadataCollection(Of IStoredProcedure)
    Get
'Usage
Dim instance As ISchema
Dim value As IMetadataCollection(Of IStoredProcedure)

value = instance.StoredProcedures
IMetadataCollection<IStoredProcedure> StoredProcedures { get; }
property IMetadataCollection<IStoredProcedure^>^ StoredProcedures {
    IMetadataCollection<IStoredProcedure^>^ get ();
}
abstract StoredProcedures : IMetadataCollection<IStoredProcedure>
function get StoredProcedures () : IMetadataCollection<IStoredProcedure>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMetadataCollection<IStoredProcedure>
The IMetadataCollection<T> of IStoredProcedure that contains the stored procedures that belong to this schema.