Share via


IMutableSchema.ExtendedStoredProcedures Property

Gets the collection of extended 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 ExtendedStoredProcedures As IMutableMetadataCollection(Of IExtendedStoredProcedure)
    Get
'Usage
Dim instance As IMutableSchema 
Dim value As IMutableMetadataCollection(Of IExtendedStoredProcedure)

value = instance.ExtendedStoredProcedures
IMutableMetadataCollection<IExtendedStoredProcedure> ExtendedStoredProcedures { get; }
property IMutableMetadataCollection<IExtendedStoredProcedure^>^ ExtendedStoredProcedures {
    IMutableMetadataCollection<IExtendedStoredProcedure^>^ get ();
}
abstract ExtendedStoredProcedures : IMutableMetadataCollection<IExtendedStoredProcedure>
function get ExtendedStoredProcedures () : IMutableMetadataCollection<IExtendedStoredProcedure>

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.IMutableMetadataCollection<IExtendedStoredProcedure>
The collection of extended stored procedures that belong to this schema.

See Also

Reference

IMutableSchema Interface

Microsoft.SqlServer.Management.SqlParser.Metadata Namespace