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 = 2NotApplicable
NotApplicable = 1The filestream access level is not applicable.
TSqlAccess = 3The filestream access level is transact SQL access enabled.
TSqlFullFileSystemAccess = 5The filestream access level is full access enabled.
TSqlLocalFileSystemAccess = 4The filestream access level is local file system access enabled.
Unknown = 0The filestream access level is unknown.