ISql90Synonym.GetForObjectRelationship Method
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Function GetForObjectRelationship As IModelSingleRelationship(Of ISql90Synonym, ISql90SynonymTarget)
'Usage
Dim instance As ISql90Synonym
Dim returnValue As IModelSingleRelationship(Of ISql90Synonym, ISql90SynonymTarget)
returnValue = instance.GetForObjectRelationship()
IModelSingleRelationship<ISql90Synonym, ISql90SynonymTarget> GetForObjectRelationship()
IModelSingleRelationship<ISql90Synonym^, ISql90SynonymTarget^>^ GetForObjectRelationship()
function GetForObjectRelationship() : IModelSingleRelationship<ISql90Synonym, ISql90SynonymTarget>
Return Value
Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90Synonym, ISql90SynonymTarget>
.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.