ScriptingOptions.NoFileStreamColumn 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 NoFileStreamColumn As Boolean
public bool NoFileStreamColumn { get; set; }
public:
property bool NoFileStreamColumn {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_NoFileStreamColumn ()
/** @property */
public void set_NoFileStreamColumn (boolean value)
public function get NoFileStreamColumn () : boolean
public function set NoFileStreamColumn (value : boolean)
Property Value
Boolean object represents NoFileStreamColumn 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.