SqlUserInteractionServices.GetInlineConstraintElementName Method
Returns the name for the specified inline constraint.
Namespace: Microsoft.Data.Schema.Sql
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Protected Overridable Function GetInlineConstraintElementName ( _
constraint As ISqlConstraint _
) As String
protected virtual string GetInlineConstraintElementName(
ISqlConstraint constraint
)
protected:
virtual String^ GetInlineConstraintElementName(
ISqlConstraint^ constraint
)
abstract GetInlineConstraintElementName :
constraint:ISqlConstraint -> string
override GetInlineConstraintElementName :
constraint:ISqlConstraint -> string
protected function GetInlineConstraintElementName(
constraint : ISqlConstraint
) : String
Parameters
- constraint
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISqlConstraint
The model element that corresponds to the inline constraint.
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.