ISqlColumn.GetDefaultsRelationship Method
Returns an IModelReverseMultiRelationship between this and the associated ISqlDefaultConstraint.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetDefaultsRelationship As IModelReverseMultiRelationship(Of ISqlColumn, ISqlDefaultConstraint)
IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint> GetDefaultsRelationship()
IModelReverseMultiRelationship<ISqlColumn^, ISqlDefaultConstraint^>^ GetDefaultsRelationship()
abstract GetDefaultsRelationship : unit -> IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
function GetDefaultsRelationship() : IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelReverseMultiRelationship<ISqlColumn, ISqlDefaultConstraint>
.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.