共用方式為


ServerPermission 成員

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

ServerPermission 型別公開下列成員。

方法

  名稱 描述
公用方法靜態成員 Add Returns a set of server permissions after adding a new server permission to an existing set of server permissions.
公用方法靜態成員 BitwiseOr Combines two Server Permissions using an inclusive OR.
公用方法 Equals Determines whether the referenced server permission object is equal to a specified object. (覆寫 Object. . :: . .Equals(Object)。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (覆寫 Object. . :: . .GetHashCode() () () ()。)
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法靜態成員 ToServerPermissionSet Returns a set of server permissions based on a single server permission, by converting a ServerPermission object to a ServerPermissionSet object.
公用方法 ToString (繼承自 Object。)

頂端

運算子

  名稱 描述
公用運算子靜態成員 Addition Creates a server permission set by performing an addition operation on two ServerPermission objects.
公用運算子靜態成員 BitwiseOr Creates a server permission set by performing a bitwise OR operation on two ServerPermission objects.
公用運算子靜態成員 Equality Creates a server permission set by performing an equality operation on two ServerPermission objects.
公用運算子靜態成員 Implicit Widening Implicit Implicit Implicit(ServerPermission to ServerPermissionSet)
公用運算子靜態成員 Inequality Creates a server permission set by performing an inequality operation on two ServerPermission objects.

頂端

屬性

  名稱 描述
公用屬性靜態成員 AdministerBulkOperations Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyConnection Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyCredential Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyDatabase Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyEndpoint Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyEventNotification Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyLinkedServer Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyLogin Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterAnyServerAudit
公用屬性靜態成員 AlterResources Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterServerState Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterSettings Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AlterTrace Gets a permission that can be included in the server permission set.
公用屬性靜態成員 AuthenticateServer Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ConnectSql Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ControlServer Gets a permission that can be included in the server permission set.
公用屬性靜態成員 CreateAnyDatabase Gets a permission that can be included in the server permission set.
公用屬性靜態成員 CreateDdlEventNotification Gets a permission that can be included in the server permission set.
公用屬性靜態成員 CreateEndpoint Gets a permission that can be included in the server permission set.
公用屬性靜態成員 CreateTraceEventNotification Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ExternalAccessAssembly Gets a permission that can be included in the server permission set.
公用屬性靜態成員 Shutdown Gets a permission that can be included in the server permission set.
公用屬性靜態成員 UnsafeAssembly Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ViewAnyDatabase Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ViewAnyDefinition Gets a permission that can be included in the server permission set.
公用屬性靜態成員 ViewServerState Gets a permission that can be included in the server permission set.

頂端