Поделиться через


Элементы ObjectPermissionSet

The ObjectPermissionSet object represents a set of object permissions in Microsoft SQL Server.

Тип ObjectPermissionSet предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ObjectPermissionSet() () () () Initializes a new instance of the ObjectPermissionSet class.
Открытый метод ObjectPermissionSet(ObjectPermission) Initializes a new instance of the ObjectPermissionSet class based on the specified object permission.
Открытый метод ObjectPermissionSet(array<ObjectPermission> [] () [] []) Initializes a new instance of the ObjectPermissionSet class based on the specified set of object permissions.
Открытый метод ObjectPermissionSet(ObjectPermissionSet) Initializes a new instance of the ObjectPermissionSet class based on the specified set of object permissions.

В начало

Методы

  Имя Описание
Открытый метод Add(ObjectPermission) Returns an object permission set after adding a new object permission to the referenced permission set.
Открытый методСтатический элемент Add(ObjectPermissionSet, ObjectPermission) Returns an object permission set after adding a new object permission to the referenced permission set.
Открытый метод Equals Determines whether the referenced object permission object is equal to a specified object. (Перезаписывает PermissionSetBase. . :: . .Equals(Object).)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetHashCode This method supports the SQL Server infrastructure and is not intended to be used directly from your code. (Перезаписывает PermissionSetBase. . :: . .GetHashCode() () () ().)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод Remove Removes a permission from the permission set.
Открытый методСтатический элемент Subtract Creates an object permission set by performing a subtraction operation on an IObjectPermission object and an ObjectPermissionSet object.
Открытый метод ToString Returns the string value that represents the specified PermissionSetBase object. (Наследуется из PermissionSetBase.)

В начало

Операторы

  Имя Описание
Открытый операторСтатический элемент Addition Creates an object permission set by performing an addition operation on an ObjectPermission object and an ObjectPermissionSet object.
Открытый операторСтатический элемент Equality Determines whether two objects are equal by performing an equality operation on two ObjectPermissionSet objects.
Открытый операторСтатический элемент Inequality Determines whether two objects are unequal by performing an inequality operation on two ObjectPermissionSet objects.
Открытый операторСтатический элемент Subtraction Creates an object permission set by performing a subtraction operation on an IObjectPermission object and an ObjectPermissionSet object.

В начало

Свойства

  Имя Описание
Открытое свойство Alter Gets or sets the Boolean property value that specifies whether to include the ALTER permission in the permission set. The permission lets the grantee change properties, except ownership, of the object.
Открытое свойство Connect Gets or sets the Boolean property value that specifies whether to include the CONNECT permission in the permission set. The permission lets the grantee create a connection between the object and an instance of SQL Server.
Открытое свойство Control Gets or sets the Boolean property value that specifies whether to include the CONTROL permission in the permission set. The permission gives the grantee full control over the object, including all defined permissions for the object, the ability to create permissions on the object, and full control over child objects.
Открытое свойство Delete Gets or sets the Boolean property value that specifies whether to include the DELETE permission in the permission set. The permission lets the grantee delete the object.
Открытое свойство Execute Gets or sets the Boolean property value that specifies whether to include the EXECUTE permission in the permission set. The permission lets the grantee execute the object.
Открытое свойство Impersonate Gets or sets the Boolean property value that specifies whether to include the IMPERSONATE permission in the permission set. The permission lets the grantee impersonate the user or the login.
Открытое свойство Insert Gets or sets the Boolean property value that specifies whether to include the INSERT permission in the permission set. The permission lets the grantee insert data into the object.
Открытое свойство Receive Gets or sets the Boolean property value that specifies whether to include the RECEIVE permission in the permission set. The permission lets the grantee receive messages from a Service Broker queue.
Открытое свойство References Gets or sets the Boolean property value that specifies whether to include the REFERENCES permission in the permission set. This permission lets the grantee reference data in the object.
Открытое свойство Select Gets or sets the Boolean property value that specifies whether to include the SELECT permission in the permission set. This permission lets the grantee retrieve data from the object.
Открытое свойство Send Gets or sets the Boolean property value that specifies whether to include the SEND permission in the permission set. This permission lets the grantee send messages to a Service Broker service.
Открытое свойство TakeOwnership Gets or sets the Boolean property value that specifies whether to include the TAKE OWNERSHIP permission in the permission set. This permission lets the grantee take ownership of the object.
Открытое свойство Update Gets or sets the Boolean property value that specifies whether to include the UPDATE permission in the permission set. This permission lets the grantee modify data in the object.
Открытое свойство ViewChangeTracking Gets or sets the Boolean property value that specifies whether to include the VIEW CHANGE TRACKING permission in the permission set. This permission lets the grantee view the tracking information for a database object.
Открытое свойство ViewDefinition Gets or sets the Boolean property value that specifies whether to include the VIEW DEFINITION permission in the permission set. This permission lets the grantee view the metadata that defines the object.

В начало