Enum SqlFilestreamAccessLevel
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
The access level for the FILESTREAM feature.
public enum SqlFilestreamAccessLevel
Fields
Disabled = 2
NotApplicable
NotApplicable = 1
The filestream access level is not applicable.
TSqlAccess = 3
The filestream access level is transact SQL access enabled.
TSqlFullFileSystemAccess = 5
The filestream access level is full access enabled.
TSqlLocalFileSystemAccess = 4
The filestream access level is local file system access enabled.
Unknown = 0
The filestream access level is unknown.