Udostępnij za pośrednictwem


SapDeploymentTypeTypeConverter Class

Definition

The type of SAP deployment, single server or Three tier.

public class SapDeploymentTypeTypeConverter : System.Management.Automation.PSTypeConverter
type SapDeploymentTypeTypeConverter = class
    inherit PSTypeConverter
Public Class SapDeploymentTypeTypeConverter
Inherits PSTypeConverter
Inheritance
SapDeploymentTypeTypeConverter

Constructors

SapDeploymentTypeTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to