Udostępnij za pośrednictwem


Column.IsFileStream Property

Gets a boolean value that represents the FILESTREAM attribute of the column.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property IsFileStream As Boolean
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)] 
public bool IsFileStream { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)] 
public:
property bool IsFileStream {
    bool get ();
    void set (bool value);
}
/** @property */
public boolean get_IsFileStream ()

/** @property */
public void set_IsFileStream (boolean value)
public function get IsFileStream () : boolean

public function set IsFileStream (value : boolean)

Property Value

A Boolean value that represents the FILESTREAM attribute of the column. If True, the column has the FILESTREAM attribute. Otherwise, False.

Remarks

This property is not alterable by the application.

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.