EnterpriseManagementObjectBaseWithProperties.Commit Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Commits the current instance to the data store.
Overloads
Commit() |
Commits the current instance to the data store using the default connector. |
Commit(EnterpriseManagementConnector) |
Commits the current instance to the data store using the specified connector. |
Commit()
Commits the current instance to the data store using the default connector.
public:
abstract void Commit();
public abstract void Commit ();
abstract member Commit : unit -> unit
Public MustOverride Sub Commit ()
Applies to
Commit(EnterpriseManagementConnector)
Commits the current instance to the data store using the specified connector.
public:
abstract void Commit(Microsoft::EnterpriseManagement::ConnectorFramework::EnterpriseManagementConnector ^ connector);
public abstract void Commit (Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector connector);
abstract member Commit : Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector -> unit
Public MustOverride Sub Commit (connector As EnterpriseManagementConnector)
Parameters
- connector
- EnterpriseManagementConnector
The connector.