Udostępnij przez


Wyliczenie ConstraintType

Określa typy ograniczenia programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.SqlParser.Metadata
Zestaw:  Microsoft.SqlServer.Management.SqlParser (w Microsoft.SqlServer.Management.SqlParser.dll)

Składnia

'Deklaracja
Public Enumeration ConstraintType
'Użycie
Dim instance As ConstraintType
public enum ConstraintType
public enum class ConstraintType
type ConstraintType
public enum ConstraintType

Elementy członkowskie

Nazwa elementu członkowskiego Opis
Check Ograniczenia CHECK tabela lub kolumna.
ForeignKey Tabela ograniczenia na klucz OBCY.
PrimaryKey Ograniczenie klucza podstawowego tabela.
Unique Tabela ograniczenie UNIQUE.