Поделиться через


ISql90Signature.GetSignedObjectRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90Signable.

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

Syntax

'Declaration
Function GetSignedObjectRelationship As IModelSingleRelationship(Of ISql90Signature, ISql90Signable)
IModelSingleRelationship<ISql90Signature, ISql90Signable> GetSignedObjectRelationship()
IModelSingleRelationship<ISql90Signature^, ISql90Signable^>^ GetSignedObjectRelationship()
abstract GetSignedObjectRelationship : unit -> IModelSingleRelationship<ISql90Signature, ISql90Signable> 
function GetSignedObjectRelationship() : IModelSingleRelationship<ISql90Signature, ISql90Signable>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Signature, ISql90Signable>

.NET Framework Security

See Also

Reference

ISql90Signature Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace