ISqlDefaultConstraint.ExpressionDependencies Property

Gets a list of expression dependencies.

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

Syntax

'Declaration
ReadOnly Property ExpressionDependencies As IList(Of IModelElement)
    Get
'Usage
Dim instance As ISqlDefaultConstraint
Dim value As IList(Of IModelElement)

value = instance.ExpressionDependencies
IList<IModelElement> ExpressionDependencies { get; }
property IList<IModelElement^>^ ExpressionDependencies {
    IList<IModelElement^>^ get ();
}
function get ExpressionDependencies () : IList<IModelElement>
abstract ExpressionDependencies : IList<IModelElement>

Property Value

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

.NET Framework Security

See Also

Reference

ISqlDefaultConstraint Interface

ISqlDefaultConstraint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace