Condividi tramite


Proprietà ISqlFunction.DynamicObjects

Ottiene un elenco di origini di colonna temporanee create all'interno del corpo della funzione.

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

ISqlFunction Interfaccia

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