ISql90AuthorizedObject.GetAuthorizerRelationship, méthode
Retourne un IModelSingleRelationship entre this et le ISql90ObjectAuthorizer associé.
Espace de noms : Microsoft.Data.Schema.Sql.SchemaModel
Assembly : Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)
Syntaxe
'Déclaration
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>
Valeur de retour
Type : Microsoft.Data.Schema.SchemaModel.IModelSingleRelationship<ISql90AuthorizedObject, ISql90ObjectAuthorizer>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ISql90AuthorizedObject Interface