Интерфейс IDefaultConstraint
Represents a SQL Server default constraint.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Interface IDefaultConstraint _
Inherits IMetadataObject
'Применение
Dim instance As IDefaultConstraint
public interface IDefaultConstraint : IMetadataObject
public interface class IDefaultConstraint : IMetadataObject
type IDefaultConstraint =
interface
interface IMetadataObject
end
public interface IDefaultConstraint extends IMetadataObject
Тип IDefaultConstraint обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
IsSystemNamed | Gets a value that indicates whether the constraint was named by the system or a user. |
![]() |
Name | Gets the name of the metadata object. (Производный от IMetadataObject.) |
![]() |
Parent | Gets the IColumn object that is the parent of this object. |
![]() |
Text | Gets the Transact-SQL statement that defines the default constraint. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Производный от IMetadataObject.) |
В начало