Sdílet prostřednictvím


ISqlDefaultConstraint.ExpressionDependencies – vlastnost

Získá seznam objektů, které odkazují na výchozí hodnotu skript.

Obor názvů:  Microsoft.Data.Schema.Sql.SchemaModel
Sestavení:  Microsoft.Data.Schema.Sql (v Microsoft.Data.Schema.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ISqlDefaultConstraint Rozhraní

Microsoft.Data.Schema.Sql.SchemaModel – obor názvů