LinkedServiceReferenceType Struct

Definition

Linked service reference type.

public readonly struct LinkedServiceReferenceType : IEquatable<Azure.Analytics.Synapse.Artifacts.LinkedServiceReferenceType>
type LinkedServiceReferenceType = struct
Public Structure LinkedServiceReferenceType
Implements IEquatable(Of LinkedServiceReferenceType)
Inheritance
LinkedServiceReferenceType
Implements

Constructors

LinkedServiceReferenceType(String)

Initializes a new instance of LinkedServiceReferenceType.

Properties

LinkedServiceReference

LinkedServiceReference.

Methods

Equals(LinkedServiceReferenceType)

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(LinkedServiceReferenceType, LinkedServiceReferenceType)

Determines if two LinkedServiceReferenceType values are the same.

Implicit(String to LinkedServiceReferenceType)

Converts a string to a LinkedServiceReferenceType.

Inequality(LinkedServiceReferenceType, LinkedServiceReferenceType)

Determines if two LinkedServiceReferenceType values are not the same.

Applies to