Condividi tramite


Proprietà ISqlProcedure.DynamicObjects

Ottiene l'elenco di origini di colonna temporanee create nel corpo della routine.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
ReadOnly Property DynamicObjects As IList(Of ISqlDynamicColumnSource)
    Get
IList<ISqlDynamicColumnSource> DynamicObjects { get; }
property IList<ISqlDynamicColumnSource^>^ DynamicObjects {
    IList<ISqlDynamicColumnSource^>^ get ();
}
abstract DynamicObjects : IList<ISqlDynamicColumnSource>
function get DynamicObjects () : IList<ISqlDynamicColumnSource>

Valore proprietà

Tipo: System.Collections.Generic.IList<ISqlDynamicColumnSource>

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlProcedure Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel