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