Partilhar via


Propriedade do RDL ExtendedStoredProcedures

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

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

Sintaxe

'Declaração
ReadOnly Property ExtendedStoredProcedures As IMutableMetadataCollection(Of IExtendedStoredProcedure)
    Get
'Uso
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>

Valor da propriedade

Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IMutableMetadataCollection< (Of < ( <'IExtendedStoredProcedure> ) > ) >
The IMutableMetadataCollection<(Of <(<'T>)>)> of IExtendedStoredProcedure that contains the extended stored procedures that belong to this schema.