Udostępnij przez


ObjectPermission Members

The ObjectPermission object represents a SQL Server object permission.

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

Public Properties

  Name Description
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Alter Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Connect Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Control Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Delete Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Execute Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Impersonate Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Insert Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Receive Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif References Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Select Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Send Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif TakeOwnership Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Update Gets a permission that can be included in the object permission set.
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif ViewChangeTracking Returns V
ms219877.pubproperty(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif ViewDefinition Gets a permission that can be included in the object permission set.

Top

Public Methods

(see also Protected Methods )

  Name Description
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif Add Returns a set of object permissions after adding two object permissions.
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif BitwiseOr Returns an object permission set by performing a bitwise OR operation on two ObjectPermission objects.
ms219877.pubmethod(pl-pl,SQL.100).gif Equals Overloaded. Overridden. Determines if a ObjectPermission object is equivalent to another object.
ms219877.pubmethod(pl-pl,SQL.100).gif GetHashCode Overridden. This method supports the SMO infrastructure and is not intended to be used directly from your code.
ms219877.pubmethod(pl-pl,SQL.100).gif GetType  (inherited from Object )
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif op_Addition Creates an object permission set by performing an addition operation on two ObjectPermission objects.
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif op_BitwiseOr Creates an object permission set by performing a bitwise OR operation on two ObjectPermission objects.
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif op_Equality Creates an object permission set by performing an equality operation on two ObjectPermission objects.
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif op_Implicit  
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif op_Inequality Creates an object permission set by performing an inequality operation on two ObjectPermission objects.
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif ReferenceEquals  (inherited from Object )
ms219877.pubmethod(pl-pl,SQL.100).gifms219877.static(pl-pl,SQL.100).gif ToObjectPermissionSet Converts an object permission into an object permission set.
ms219877.pubmethod(pl-pl,SQL.100).gif ToString  (inherited from Object )

Top

Protected Methods

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

Top