ScriptingOptions.NoFileStream Property
Gets or sets an object that specifies whether to include the FILESTREAM_ON clause when you create VarBinaryMax columns in the generated script.
Namespace: Microsoft.SqlServer.Management.Smo
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).