Sdílet prostřednictvím


AlterTableConstraintModificationStatement.ConstraintNames – vlastnost

Získá seznam názvů omezení změnit.

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

Syntaxe

'Deklarace
Public ReadOnly Property ConstraintNames As IList(Of Identifier)
    Get
public IList<Identifier> ConstraintNames { get; }
public:
property IList<Identifier^>^ ConstraintNames {
    IList<Identifier^>^ get ();
}
member ConstraintNames : IList<Identifier>
function get ConstraintNames () : IList<Identifier>

Hodnota vlastnosti

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

Poznámky

Nebude mít nulovou prvků, pokud All je PRAVDA.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

AlterTableConstraintModificationStatement Třída

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