ISql90AuthorizedObject.GetAuthorizerRelationship Method

Returns an IModelSingleRelationship between this and the associated ISql90ObjectAuthorizer.

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

Syntax

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

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer>

.NET Framework Security

See Also

Reference

ISql90AuthorizedObject Interface

GetAuthorizerRelationship Overload

Microsoft.Data.Schema.Sql.SchemaModel Namespace