Server.FilestreamLevel Property
SQL Server 2012
Gets the level of FILESTREAM access specified on the instance of SQL Server.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)] public FileStreamEffectiveLevel FilestreamLevel { get; }
Property Value
Type: Microsoft.SqlServer.Management.Smo.FileStreamEffectiveLevelA StreamAccessLevel object that specifies what types of streaming access are enabled on the instance of SQL Server.
File streaming can be enabled for Transact-SQL and Win32 file access. For more information, see DEL - FILESTREAM Overview.
