Partilhar via


Propriedade do RDL IsFileStream

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

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

Sintaxe

'Declaração
ReadOnly Property IsFileStream As Boolean
    Get
'Uso
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

Valor da propriedade

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