SsisStoreType Struct

Definition

An enumeration of supported source SSIS store type in DMS.

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

Constructors

SsisStoreType(String)

Initializes a new instance of SsisStoreType.

Properties

SsisCatalog

SsisCatalog.

Methods

Equals(SsisStoreType)

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

Determines if two SsisStoreType values are the same.

Implicit(String to SsisStoreType)

Converts a string to a SsisStoreType.

Inequality(SsisStoreType, SsisStoreType)

Determines if two SsisStoreType values are not the same.

Applies to