Platform SDK: Exchange 2000 Server

IStorageGroup Interface

[This is preliminary documentation and subject to change.]

This interface provides access to storage groups in the Microsoft® Exchange 2000 Server.

IID
25150F46-5734-11D2-A593-00C04F990D8A
Extends
IDispatch

Member Summary

Properties

Name Type Description
DataSource

(Read-Only)

IDataSource

[C++,IDL]IDataSource*

Returns the IDataSource interface on the object.
Fields

(Read-Only)

[Visual Basic] ADODB.Fields

[C++,IDL] Fields*

The object's Fields collection.
Name

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The name of the storage group.
LogFilePath

[Visual Basic,VBScript] String

[C++,IDL] BSTR

The JET_paramLogFilePath property.
SystemFilePath

[Visual Basic,VBScript] String

[C++,IDL]BSTR

The JET_paramSystemFilePath.
ZeroDatabase

[Visual Basic,VBScript] Boolean

[C++,IDL] VARIANT_BOOL

The JET_paramZeroDatabaseDuringBackup property.
PublicStoreDBs

(Read-only)

[Visual Basic,VBScript] Variant

[C++,IDL] VARIANT

A list of public store databases in the storage group.
MailboxStoreDBs

(Read-only)

[Visual Basic,VBScript] Variant

[C++,IDL] VARIANT

A list of mailbox store databases.

Methods

Name Description
GetInterface Returns the specified dual interface on the object.
MoveLogFiles Move log files or point to log files.

Example

[Visual Basic]
No code available