Dela via


ISqlAuthorizedObject.GetAuthorizerRelationship Method

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 ISqlAuthorizedObject, ISqlObjectAuthorizer)
'Usage
Dim instance As ISqlAuthorizedObject 
Dim returnValue As IModelSingleRelationship(Of ISqlAuthorizedObject, ISqlObjectAuthorizer)

returnValue = instance.GetAuthorizerRelationship()
IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer> GetAuthorizerRelationship()
IModelSingleRelationship<ISqlAuthorizedObject^, ISqlObjectAuthorizer^>^ GetAuthorizerRelationship()
function GetAuthorizerRelationship() : IModelSingleRelationship<ISqlAuthorizedObject, ISqlObjectAuthorizer>

Return Value

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

.NET Framework Security

See Also

Reference

ISqlAuthorizedObject Interface

ISqlAuthorizedObject Members

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