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
- 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.