Server.EnumObjectPermissions Method
Enumerates a list of permissions for objects on the instance of Microsoft SQL Server.
Hinweise
Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.
Überladungsliste
Name | Description |
---|---|
Server.EnumObjectPermissions () |
Enumerates a list of object permissions for the instance of Microsoft SQL Server.
|
Server.EnumObjectPermissions (ObjectPermissionSet) |
Enumerates a list of object permissions for a specified permission on the instance of Microsoft SQL Server.
|
Server.EnumObjectPermissions (String) |
Enumerates a list of object permissions for a specified grantee on the application instance of Microsoft SQL Server.
|
Server.EnumObjectPermissions (String, ObjectPermissionSet) |
Enumerates a list of object permissions for a specified grantee and a specified permission on the instance of Microsoft SQL Server.
|
Siehe auch
Verweis
Server Class
Server Members
Microsoft.SqlServer.Management.Smo Namespace
Andere Ressourcen
How to: Use an SMO Method with a Parameter in Visual Basic .NET
Calling Methods
Verwalten von Servern