Share via


ISqlDefaultConstraint.GetForColumnRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlColumn.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Function GetForColumnRelationship As IModelSingleRelationship(Of ISqlDefaultConstraint, ISqlColumn)
IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> GetForColumnRelationship()
IModelSingleRelationship<ISqlDefaultConstraint^, ISqlColumn^>^ GetForColumnRelationship()
abstract GetForColumnRelationship : unit -> IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> 
function GetForColumnRelationship() : IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn>

.NET Framework Security

See Also

Reference

ISqlDefaultConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace