ISql100TableTypeCheckConstraint.CheckExpressionDependencies 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 CheckExpressionDependencies As IList(Of IModelElement)
Get
'Usage
Dim instance As ISql100TableTypeCheckConstraint
Dim value As IList(Of IModelElement)
value = instance.CheckExpressionDependencies
IList<IModelElement> CheckExpressionDependencies { get; }
property IList<IModelElement^>^ CheckExpressionDependencies {
IList<IModelElement^>^ get ();
}
function get CheckExpressionDependencies () : IList<IModelElement>
abstract CheckExpressionDependencies : IList<IModelElement>
Property Value
Type: System.Collections.Generic.IList<IModelElement>
Returns a list of IModelElement 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.
See Also
Reference
ISql100TableTypeCheckConstraint Interface