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
public virtual string ExportFileGroups(
[InAttribute] ref object fileGroupNamesArray = ""
)
public:
virtual String^ ExportFileGroups(
[InAttribute] Object^% fileGroupNamesArray = ""
)
abstract ExportFileGroups :
fileGroupNamesArray:Object byref = "" -> string
override ExportFileGroups :
fileGroupNamesArray:Object byref = "" -> string
Public Overridable 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
Returns a String the specified file groups in XML format.
Implements
IFsrmFileGroupManager.ExportFileGroups(Object)
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
IFsrmFileGroupManager
FsrmFileGroupManager
FsrmFileGroupManagerClass Class
Microsoft.Storage Namespace
Return to top