ConstraintDefinition.ConstraintIdentifier 屬性
Gets the name of the constraint.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property ConstraintIdentifier As Identifier
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.Identifier
The name of the constraint.