Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the permissions value.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
Public Enumeration PermissionSetsPropertyValue
'Usage
Dim instance As PermissionSetsPropertyValue
public enum PermissionSetsPropertyValue
public enum class PermissionSetsPropertyValue
public enum PermissionSetsPropertyValue
Members
Member name | Description | |
---|---|---|
SAFE | Value is safe | |
EXTERNAL_ACCESS | Value is external access | |
UNSAFE | Value is unsafe |
Remarks
Used to display the permission options in the property window.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace