ISqlDefaultConstraint.GetForColumnRelationship Method

Gets for column relationships.

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

Syntax

'Declaration
Function GetForColumnRelationship As IModelSingleRelationship(Of ISqlDefaultConstraint, ISqlColumn)
'Usage
Dim instance As ISqlDefaultConstraint
Dim returnValue As IModelSingleRelationship(Of ISqlDefaultConstraint, ISqlColumn)

returnValue = instance.GetForColumnRelationship()
IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> GetForColumnRelationship()
IModelSingleRelationship<ISqlDefaultConstraint^, ISqlColumn^>^ GetForColumnRelationship()
function GetForColumnRelationship() : IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn>
abstract GetForColumnRelationship : unit -> IModelSingleRelationship<ISqlDefaultConstraint, ISqlColumn> 

Return Value

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

.NET Framework Security

See Also

Reference

ISqlDefaultConstraint Interface

ISqlDefaultConstraint Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace