Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the name of the constraint.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ConstraintIdentifier As Identifier
Get
Set
'Usage
Dim instance As ConstraintDefinition
Dim value As Identifier
value = instance.ConstraintIdentifier
instance.ConstraintIdentifier = value
public Identifier ConstraintIdentifier { get; set; }
public:
property Identifier^ ConstraintIdentifier {
Identifier^ get ();
void set (Identifier^ value);
}
member ConstraintIdentifier : Identifier with get, set
function get ConstraintIdentifier () : Identifier
function set ConstraintIdentifier (value : Identifier)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the constraint.