Partager via


NoFileStreamColumn propriété

Gets or sets an object that specifies whether to include the FILESTREAM_ON clause when you create VarBinaryMax columns in the generated script.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Property NoFileStreamColumn As Boolean
    Get
    Set
'Utilisation
Dim instance As ScriptingOptions
Dim value As Boolean

value = instance.NoFileStreamColumn

instance.NoFileStreamColumn = value
public bool NoFileStreamColumn { get; set; }
public:
property bool NoFileStreamColumn {
    bool get ();
    void set (bool value);
}
member NoFileStreamColumn : bool with get, set
function get NoFileStreamColumn () : boolean
function set NoFileStreamColumn (value : boolean)

Valeur de la propriété

Type : System. . :: . .Boolean
Boolean object represents NoFileStreamColumn value in the scripting options.
If True the FILESTREAM_ON clause is not included when creating VarBinaryMax columns. Otherwise, False.