ISql100SpecifiesFileStream.IsFileStreamNull Property
Gets or sets a value that models the FILESTREAM_ON option.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property IsFileStreamNull As Nullable(Of Boolean)
Nullable<bool> IsFileStreamNull { get; set; }
property Nullable<bool> IsFileStreamNull {
Nullable<bool> get ();
void set (Nullable<bool> value);
}
abstract IsFileStreamNull : Nullable<bool> with get, set
function get IsFileStreamNull () : Nullable<boolean>
function set IsFileStreamNull (value : Nullable<boolean>)
Property Value
Type: System.Nullable<Boolean>
Remarks
This option, when true, is valid only for indexes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.