The ObjectPermissionSetValue enumeration is a list of constant values that specify all the object permissions.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
구문
‘선언
Public Enumeration ObjectPermissionSetValue
public enum ObjectPermissionSetValue
public enum class ObjectPermissionSetValue
public enum ObjectPermissionSetValue
public enum ObjectPermissionSetValue
Members
| Member name | Description |
|---|---|
| Alter | The ability to alter the object. |
| Connect | The ability to connect to the object. |
| Control | The ability to control the object. |
| Delete | The ability to delete the object. |
| Execute | The ability to execute the object. |
| Impersonate | The ability to impersonate another user when accessing the object. |
| Insert | The ability to insert data into the object. |
| Receive | The ability to receive on the object. |
| References | The ability to make references on the object. |
| Select | The ability to select data from the object. |
| Send | The ability to send on the object. |
| TakeOwnership | The ability to take ownership of the object. |
| Update | The ability to update data on the object. |
| ViewDefinition | The ability to view the definition of the object. |
주의
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.