Propriedade do RDL Type
Gets a ConstraintType value that indicates the constraint type.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Type As ConstraintType
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .ConstraintType
One of the enumeration values that indicates the constraint type.
Consulte também