ScriptingOptions.NoFileStream Property
SQL Server 2008 R2
Gets or sets an object that specifies whether to include the FILESTREAM_ON clause when you create VarBinaryMax columns in the generated script.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Property Value
Type: System.BooleanBoolean object represents NoFileStream value in the scripting options.
If True the FILESTREAM_ON clause is not included when creating VarBinaryMax columns. Otherwise, False (default).
