IFsrmFileGroupImported.OverwriteOnCommit Property
Retrieves or sets a value that determines whether a file group is overwritten if it exists.
Namespace: Microsoft.Storage
Assembly: srmlib (in srmlib.dll)
Syntax
bool OverwriteOnCommit { get; set; }
property bool OverwriteOnCommit {
bool get();
void set(bool value);
}
abstract OverwriteOnCommit : bool with get, set
Property OverwriteOnCommit As Boolean
Property Value
Type: System.Boolean
Set to VARIANT_TRUE to overwrite a file group if it exists; otherwise, set to VARIANT_FALSE. The default is VARIANT_FALSE.
See Also
IFsrmFileGroupImported Interface
Microsoft.Storage Namespace
Return to top