Compartilhar via


CimOperationOptions.SetCustomOption Method

 

Sets a custom server or CIM provider option.

Namespace:   Microsoft.Management.Infrastructure.Options
Assembly:  Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)

Overload List

Name Description
System_CAPS_pubmethod SetCustomOption(String, Boolean, Boolean)

Sets a custom server or CIM provider option (Boolean value).

System_CAPS_pubmethod SetCustomOption(String, Byte, Boolean)

Sets a custom server or CIM provider option (byte value).

System_CAPS_pubmethod SetCustomOption(String, Char, Boolean)

Sets a custom server or CIM provider option (character value).

System_CAPS_pubmethod SetCustomOption(String, Double, Boolean)

Sets a custom server or CIM provider option (double-precision value).

System_CAPS_pubmethod SetCustomOption(String, Int16, Boolean)

Sets a custom server or CIM provider option (16-bit integer value).

System_CAPS_pubmethod SetCustomOption(String, Int32, Boolean)

Sets a custom server or CIM provider option (32-bit integer value).

System_CAPS_pubmethod SetCustomOption(String, Int64, Boolean)

Sets a custom server or CIM provider option (64-bit integer value).

System_CAPS_pubmethod SetCustomOption(String, Object, CimType, Boolean)

Sets a custom server or CIM provider option (object value).

System_CAPS_pubmethod SetCustomOption(String, SByte, Boolean)

Sets a custom server or CIM provider option (Boolean value).

System_CAPS_pubmethod SetCustomOption(String, Single, Boolean)

Sets a custom server or CIM provider option (single-precision value).

System_CAPS_pubmethod SetCustomOption(String, String, Boolean)

Sets a custom server or CIM provider option (string value).

System_CAPS_pubmethod SetCustomOption(String, UInt16, Boolean)

Sets a custom server or CIM provider option (unsigned 16-bit integer value).

System_CAPS_pubmethod SetCustomOption(String, UInt32, Boolean)

Sets a custom server or CIM provider option (unsigned 32-bit integer value).

System_CAPS_pubmethod SetCustomOption(String, UInt64, Boolean)

Sets a custom server or CIM provider option (unsigned 64-bit integer value).

See Also

CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace

Return to top