CimOperationOptions Constructors
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.
Overloads
CimOperationOptions() | |
CimOperationOptions(CimOperationOptions) | |
CimOperationOptions(Boolean) |
CimOperationOptions()
public:
CimOperationOptions();
public:
CimOperationOptions();
CimOperationOptions();
public CimOperationOptions ();
Public Sub New ()
Applies to
CimOperationOptions(CimOperationOptions)
public:
CimOperationOptions(Microsoft::Management::Infrastructure::Options::CimOperationOptions ^ optionsToClone);
public CimOperationOptions (Microsoft.Management.Infrastructure.Options.CimOperationOptions optionsToClone);
new Microsoft.Management.Infrastructure.Options.CimOperationOptions : Microsoft.Management.Infrastructure.Options.CimOperationOptions -> Microsoft.Management.Infrastructure.Options.CimOperationOptions
Public Sub New (optionsToClone As CimOperationOptions)
Parameters
- optionsToClone
- CimOperationOptions
Applies to
CimOperationOptions(Boolean)
public:
CimOperationOptions(bool mustUnderstand);
public:
CimOperationOptions(bool mustUnderstand);
CimOperationOptions(bool mustUnderstand);
public CimOperationOptions (bool mustUnderstand);
new Microsoft.Management.Infrastructure.Options.CimOperationOptions : bool -> Microsoft.Management.Infrastructure.Options.CimOperationOptions
Public Sub New (mustUnderstand As Boolean)
Parameters
- mustUnderstand
- Boolean