ISql90Signature.GetSignedObjectRelationship Method

Gets a signed object relationship.

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

Syntax

'Declaration
Function GetSignedObjectRelationship As IModelSingleRelationship(Of ISql90Signature, ISql90Signable)
'Usage
Dim instance As ISql90Signature
Dim returnValue As IModelSingleRelationship(Of ISql90Signature, ISql90Signable)

returnValue = instance.GetSignedObjectRelationship()
IModelSingleRelationship<ISql90Signature, ISql90Signable> GetSignedObjectRelationship()
IModelSingleRelationship<ISql90Signature^, ISql90Signable^>^ GetSignedObjectRelationship()
function GetSignedObjectRelationship() : IModelSingleRelationship<ISql90Signature, ISql90Signable>
abstract GetSignedObjectRelationship : unit -> IModelSingleRelationship<ISql90Signature, ISql90Signable> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Signature, ISql90Signable>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90Signature Interface

ISql90Signature Members

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