IMutableSchema.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 IMutableMetadataCollection(Of IStoredProcedure)
Get
'Usage
Dim instance As IMutableSchema
Dim value As IMutableMetadataCollection(Of IStoredProcedure)
value = instance.StoredProcedures
IMutableMetadataCollection<IStoredProcedure> StoredProcedures { get; }
property IMutableMetadataCollection<IStoredProcedure^>^ StoredProcedures {
IMutableMetadataCollection<IStoredProcedure^>^ get ();
}
abstract StoredProcedures : IMutableMetadataCollection<IStoredProcedure>
function get StoredProcedures () : IMutableMetadataCollection<IStoredProcedure>
Property Value
Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IStoredProcedure>
The IMutableMetadataCollection<T> of IStoredProcedure that contains the stored procedures that belong to this schema.