Udostępnij przez


ServerPermission Members

The ServerPermission object represents a SQL Server server-level permission.

The following tables list the members exposed by the ServerPermission type.

Public Properties

  Name Description
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AdministerBulkOperations Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyConnection Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyCredential Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyDatabase Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyEndpoint Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyEventNotification Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyLinkedServer Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyLogin Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterAnyServerAudit  
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterResources Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterServerState Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterSettings Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AlterTrace Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif AuthenticateServer Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ConnectSql Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ControlServer Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif CreateAnyDatabase Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif CreateDdlEventNotification Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif CreateEndpoint Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif CreateTraceEventNotification Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ExternalAccessAssembly Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif Shutdown Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif UnsafeAssembly Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ViewAnyDatabase Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ViewAnyDefinition Gets a permission that can be included in the server permission set.
ms220231.pubproperty(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ViewServerState Gets a permission that can be included in the server permission set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif Add Returns a set of server permissions after adding a new server permission to an existing set of server permissions.
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif BitwiseOr Combines two Server Permissions using an inclusive OR.
ms220231.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Determines if two Server Permissions are equal.
ms220231.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. This method supports the SQL Server infrastructure and is not intended to be used directly from your code.
ms220231.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif op_Addition Creates a server permission set by performing an addition operation on two ServerPermission objects.
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif op_BitwiseOr Creates a server permission set by performing a bitwise OR operation on two ServerPermission objects.
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif op_Equality Creates a server permission set by performing an equality operation on two ServerPermission objects.
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif op_Implicit  
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif op_Inequality Creates a server permission set by performing an inequality operation on two ServerPermission objects.
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms220231.pubmethod(pl-pl,SQL.100).gifms220231.static(pl-pl,SQL.100).gif ToServerPermissionSet Returns a set of server permissions based on a single server permission, by converting a ServerPermission object to a ServerPermissionSet object.
ms220231.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
ms220231.protmethod(pl-pl,SQL.100).gif Finalize  (inherited from Object )
ms220231.protmethod(pl-pl,SQL.100).gif MemberwiseClone  (inherited from Object )

Top