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