Partager via


Propriété IsFileStream

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

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsFileStream As Boolean
    Get
'Utilisation
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

Valeur de propriété

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