ISql100SpecifiesFileStream.IsFileStreamNull Property

Gets or sets whether the file stream is null.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property IsFileStreamNull As Nullable(Of Boolean)
    Get
    Set
'Usage
Dim instance As ISql100SpecifiesFileStream
Dim value As Nullable(Of Boolean)

value = instance.IsFileStreamNull

instance.IsFileStreamNull = value
Nullable<bool> IsFileStreamNull { get; set; }
property Nullable<bool> IsFileStreamNull {
    Nullable<bool> get ();
    void set (Nullable<bool> value);
}
function get IsFileStreamNull () : Nullable<boolean>
function set IsFileStreamNull (value : Nullable<boolean>)
abstract IsFileStreamNull : Nullable<bool> with get, set

Property Value

Type: System.Nullable<Boolean>

.NET Framework Security

See Also

Reference

ISql100SpecifiesFileStream Interface

ISql100SpecifiesFileStream Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace