Bagikan melalui


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

MapperConnectionType(String)

Initializes a new instance of MapperConnectionType.

Properties

Linkedservicetype

linkedservicetype.

Methods

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

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