Свойство IsFileStream
Gets a value that indicates whether the filegroup is of type FILESTREAM.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsFileStream As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the filegroup is of type FILESTREAM; otherwise, false.
См. также