FileStreamEffectiveLevel 枚举

The FileStreamEffectiveLevel enumeration contains values that are used to specify the file stream level.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Enumeration FileStreamEffectiveLevel
用法
Dim instance As FileStreamEffectiveLevel
public enum FileStreamEffectiveLevel
public enum class FileStreamEffectiveLevel
type FileStreamEffectiveLevel
public enum FileStreamEffectiveLevel

成员

成员名称 说明
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.

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间