次の方法で共有


SsisPackageLocationType 構造体

定義

SSIS パッケージの場所の種類。

public readonly struct SsisPackageLocationType : IEquatable<Azure.ResourceManager.DataFactory.Models.SsisPackageLocationType>
type SsisPackageLocationType = struct
Public Structure SsisPackageLocationType
Implements IEquatable(Of SsisPackageLocationType)
継承
SsisPackageLocationType
実装

コンストラクター

SsisPackageLocationType(String)

SsisPackageLocationType の新しいインスタンスを初期化します。

プロパティ

File

ファイル。

InlinePackage

InlinePackage。

PackageStore

PackageStore。

SsisDB

Ssisdb。

メソッド

Equals(SsisPackageLocationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(SsisPackageLocationType, SsisPackageLocationType)

2 つの SsisPackageLocationType 値が同じかどうかを判断します。

Implicit(String to SsisPackageLocationType)

文字列を SsisPackageLocationType に変換します。

Inequality(SsisPackageLocationType, SsisPackageLocationType)

2 つの SsisPackageLocationType 値が同じでないかどうかを判断します。

適用対象