ISql90AuthorizedObject.GetAuthorizerRelationship Method

Gets an authorizer relationship.

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

Syntax

'Declaration
Function GetAuthorizerRelationship As IModelSingleRelationship(Of ISql90AuthorizedObject, ISql90ObjectAuthorizer)
'Usage
Dim instance As ISql90AuthorizedObject
Dim returnValue As IModelSingleRelationship(Of ISql90AuthorizedObject, ISql90ObjectAuthorizer)

returnValue = instance.GetAuthorizerRelationship()
IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer> GetAuthorizerRelationship()
IModelSingleRelationship<ISql90AuthorizedObject^, ISql90ObjectAuthorizer^>^ GetAuthorizerRelationship()
function GetAuthorizerRelationship() : IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer>
abstract GetAuthorizerRelationship : unit -> IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer> 

Return Value

Type: Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer>
Returns a IModelSingleRelationship<TRelating, TRelated> collection.

.NET Framework Security

See Also

Reference

ISql90AuthorizedObject Interface

ISql90AuthorizedObject Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace