FileStreamLevel Enumeration
The FileStreamLevel enumeration contains values that are used to specify the file stream level.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Deklaracja
Public Enumeration FileStreamLevel
public enum FileStreamLevel
public enum class FileStreamLevel
public enum FileStreamLevel
public enum FileStreamLevel
Members
| Member name | Description |
|---|---|
| Disabled | The file stream is disabled. |
| TSqlAccess | Transact-SQL statements can access the file stream. |
| TSqlFullFileSystemAccess | Transact-SQL statements have full file and system access. |
| TSqlLocalFileSystemAccess | Transact-SQL statements have local file and system access. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.