Interfaccia IDefaultConstraint
Represents a SQL Server default constraint.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IDefaultConstraint _
Inherits IMetadataObject
'Utilizzo
Dim instance As IDefaultConstraint
public interface IDefaultConstraint : IMetadataObject
public interface class IDefaultConstraint : IMetadataObject
type IDefaultConstraint =
interface
interface IMetadataObject
end
public interface IDefaultConstraint extends IMetadataObject
Nel tipo IDefaultConstraint sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
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. Ereditato da IMetadataObject. |
![]() |
Parent | Gets the IColumn object that is the parent of this object. |
![]() |
Text | Gets the Transact-SQL statement that defines the default constraint. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)