Ninja Database Pro
StreamFactory Method (IStorage)



KellermanSoftware.NinjaDatabasePro Namespace > IStorage Interface : StreamFactory Method
Create a stream for this storage database
Syntax
Function StreamFactory( _
   ByVal path As String, _
   ByVal fileMode As FileMode, _
   ByVal fileAccess As FileAccess _
) As IStorageStream
Dim instance As IStorage
Dim path As String
Dim fileMode As FileMode
Dim fileAccess As FileAccess
Dim value As IStorageStream
 
value = instance.StreamFactory(path, fileMode, fileAccess)
IStorageStream StreamFactory( 
   string path,
   FileMode fileMode,
   FileAccess fileAccess
)
IStorageStream^ StreamFactory( 
   String^ path,
   FileMode fileMode,
   FileAccess fileAccess
) 

Parameters

path
fileMode
fileAccess
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IStorage Interface
IStorage Members