Server.FilestreamLevel Property
Gets the level of FILESTREAM access specified on the instance of SQL Server.
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 FILESTREAM Overview.
