| Visual Basic (Declaration) | |
|---|---|
Public Function ToCompiledQuery( _ ByVal storage As IStorage _ ) As CompiledQuery | |
| Visual Basic (Usage) | |
|---|---|
| |
| C# | |
|---|---|
public CompiledQuery ToCompiledQuery( IStorage storage ) | |
| Managed Extensions for C++ | |
|---|---|
public: CompiledQuery* ToCompiledQuery( IStorage* storage ) | |
| C++/CLI | |
|---|---|
public: CompiledQuery^ ToCompiledQuery( IStorage^ storage ) | |
Parameters
- storage
- Class that implements the IStorage interface. The query is executed on that storage.
Return Value
A new CompiledQuery that has been generated using this instance.Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family