Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Exports the specified file groups as an XML string.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
string ExportFileGroups(
[InAttribute] ref object fileGroupNamesArray = ""
)
String^ ExportFileGroups(
[InAttribute] Object^% fileGroupNamesArray = ""
)
abstract ExportFileGroups :
fileGroupNamesArray:Object byref = "" -> string
Function ExportFileGroups (
<InAttribute> ByRef fileGroupNamesArray As Object
) As String
Parameters
fileGroupNamesArray
Type: System.ObjectA VARIANT that contains a SAFEARRAY of the names of the file groups to export. If NULL, the method exports all file groups.
Return Value
Type: System.String
A String containing the specified file groups in XML format.
Remarks
Typically, you use this method to save the file groups information to a file. You can then copy the file to another computer and call the ImportFileGroups method to import the file groups.
See Also
FsrmFileGroupManager
IFsrmFileGroupManager Interface
Microsoft.Storage Namespace
Return to top