Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Specifies the privilege types that can be used in security statements.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
<SerializableAttribute> _
Public Enumeration PrivilegeType80
'Uso
Dim instance As PrivilegeType80
[SerializableAttribute]
public enum PrivilegeType80
[SerializableAttribute]
public enum class PrivilegeType80
[<SerializableAttribute>]
type PrivilegeType80
public enum PrivilegeType80
Miembros
| Nombre del miembro | Descripción | |
|---|---|---|
| All | The type is All. | |
| Delete | The type is Delete. | |
| Execute | The type is Execute. | |
| Insert | The type is Insert. | |
| References | The type is References. | |
| Select | The type is Select. | |
| Update | The type is Update. |
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom