Свойство Type
Gets a ConstraintType value that indicates the constraint type.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Type As ConstraintType
Get
'Применение
Dim instance As IConstraint
Dim value As ConstraintType
value = instance.Type
ConstraintType Type { get; }
property ConstraintType Type {
ConstraintType get ();
}
abstract Type : ConstraintType
function get Type () : ConstraintType
Значение свойства
Тип: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ConstraintType
One of the enumeration values that indicates the constraint type.
См. также