Proprietà IsFileStream
Gets a value that indicates whether the filegroup is of type FILESTREAM.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsFileStream As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the filegroup is of type FILESTREAM; otherwise, false.
Vedere anche