IFileGroup.IsFileStream Property
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
Property Value
Type: System.Boolean
true if the filegroup is of type FILESTREAM; otherwise, false.