Freigeben über


IsFileStream-Eigenschaft

Gets a value that indicates whether the filegroup is of type FILESTREAM.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property IsFileStream As Boolean
    Get
'Usage
Dim instance As IFileGroup
Dim value As Boolean

value = instance.IsFileStream
bool IsFileStream { get; }
property bool IsFileStream {
    bool get ();
}
abstract IsFileStream : bool
function get IsFileStream () : boolean

Eigenschaftswert

Typ: System. . :: . .Boolean
true if the filegroup is of type FILESTREAM; otherwise, false.