Udostępnij przez


MapperConnectionType Struct

Definition

Type of connection via linked service or dataset.

public readonly struct MapperConnectionType : IEquatable<Azure.ResourceManager.DataFactory.Models.MapperConnectionType>
type MapperConnectionType = struct
Public Structure MapperConnectionType
Implements IEquatable(Of MapperConnectionType)
Inheritance
MapperConnectionType
Implements

Constructors

Name Description
MapperConnectionType(String)

Initializes a new instance of MapperConnectionType.

Properties

Name Description
Linkedservicetype

linkedservicetype.

Methods

Name Description
Equals(MapperConnectionType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MapperConnectionType, MapperConnectionType)

Determines if two MapperConnectionType values are the same.

Implicit(String to MapperConnectionType)

Converts a String to a MapperConnectionType.

Inequality(MapperConnectionType, MapperConnectionType)

Determines if two MapperConnectionType values are not the same.

Applies to