共用方式為


Column.IsFileStream 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.ReadOnlyAfterCreation Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public Property IsFileStream As Boolean 
    Get 
    Set
'用途
Dim instance As Column 
Dim value As Boolean 

value = instance.IsFileStream

instance.IsFileStream = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsFileStream { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::ReadOnlyAfterCreation|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsFileStream {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.ReadOnlyAfterCreation|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsFileStream : bool with get, set
function get IsFileStream () : boolean 
function set IsFileStream (value : boolean)

屬性值

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

備註

This property is not alterable by the application.

範例

使用資料庫物件

請參閱

參考

Column 類別

Microsoft.SqlServer.Management.Smo 命名空間