ISqlAuthorizedObject.GetAuthorizerRelationship Method

Returns an IModelSingleRelationship between this and the associated ISqlObjectAuthorizer.

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

Syntax

'Declaration
Function GetAuthorizerRelationship As IModelSingleRelationship(Of ISqlAuthorizedObject, ISqlObjectAuthorizer)
IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer> GetAuthorizerRelationship()
IModelSingleRelationship<ISqlAuthorizedObject^, ISqlObjectAuthorizer^>^ GetAuthorizerRelationship()
abstract GetAuthorizerRelationship : unit -> IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer> 
function GetAuthorizerRelationship() : IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer>

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer>

.NET Framework Security

See Also

Reference

ISqlAuthorizedObject Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace