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
- 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.