FileStreamEffectiveLevel Enumeration
The FileStreamEffectiveLevel enumeration contains values that are used to specify the file stream level.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Enumeration FileStreamEffectiveLevel
public enum FileStreamEffectiveLevel
public enum class FileStreamEffectiveLevel
public enum FileStreamEffectiveLevel
public enum FileStreamEffectiveLevel
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.