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)
Syntax
'Deklaracja
Public Property NoFileStream As Boolean
public bool NoFileStream { get; set; }
public:
property bool NoFileStream {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NoFileStream ()
/** @property */
public void set_NoFileStream (boolean value)
public function get NoFileStream () : boolean
public function set NoFileStream (value : boolean)
Property Value
Boolean object represents NoFileStream value in the scripting options. If True the FILESTREAM_ON clause is not included when creating VarBinaryMax columns. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.