Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.