ISqlTrigger.DynamicObjects Property
Gets a list of dynamic 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 ISqlTrigger
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.