다음을 통해 공유


IsFileStream 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property IsFileStream As Boolean
    Get
    Set
‘사용 방법
Dim instance As Column
Dim value As Boolean

value = instance.IsFileStream

instance.IsFileStream = value
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public bool IsFileStream { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property bool IsFileStream {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)>]
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.