Share via


ISql100TableTypeComputedColumn.ExpressionDependencies Property

Gets the list of objects that are referenced by the expression script.

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

Syntax

'Declaration
ReadOnly Property ExpressionDependencies As IList(Of IModelElement)
IList<IModelElement> ExpressionDependencies { get; }
property IList<IModelElement^>^ ExpressionDependencies {
    IList<IModelElement^>^ get ();
}
abstract ExpressionDependencies : IList<IModelElement>
function get ExpressionDependencies () : IList<IModelElement>

Property Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

ISql100TableTypeComputedColumn Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace