Share via


ISqlProcedure.DynamicObjects Property

Gets a list of SQL procedure objects.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
ReadOnly Property DynamicObjects As IList(Of ISqlDynamicColumnSource)
    Get
'Usage
Dim instance As ISqlProcedure
Dim value As IList(Of ISqlDynamicColumnSource)

value = instance.DynamicObjects
IList<ISqlDynamicColumnSource> DynamicObjects { get; }
property IList<ISqlDynamicColumnSource^>^ DynamicObjects {
    IList<ISqlDynamicColumnSource^>^ get ();
}
function get DynamicObjects () : IList<ISqlDynamicColumnSource>
abstract DynamicObjects : IList<ISqlDynamicColumnSource>

Property Value

Type: System.Collections.Generic.IList<ISqlDynamicColumnSource>
Returns a list of ISqlDynamicColumnSource instances.

.NET Framework Security

See Also

Reference

ISqlProcedure Interface

ISqlProcedure Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace