StoredProcedures 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
ReadOnly Property StoredProcedures As IMutableMetadataCollection(Of IStoredProcedure)
    Get
用法
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>

属性值

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