ColumnStorageOptions.IsFileStream Property
Gets or sets whether the column is a filestream column.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property IsFileStream As Boolean
'Usage
Dim instance As ColumnStorageOptions
Dim value As Boolean
value = instance.IsFileStream
instance.IsFileStream = value
public bool IsFileStream { get; set; }
public:
property bool IsFileStream {
bool get ();
void set (bool value);
}
public function get IsFileStream () : boolean
public function set IsFileStream (value : boolean)
Property Value
Type: System.Boolean
Returns TRUE if the column is a filestream column, FALSE otherwise.
.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.