次の方法で共有


SsisParameterInfo クラス

定義

Ssis パラメーター。

public class SsisParameterInfo
type SsisParameterInfo = class
Public Class SsisParameterInfo
継承
SsisParameterInfo

プロパティ

DataType

パラメーターの型。

DefaultValue

パラメーターの既定値。

Description

パラメーターの説明。

DesignDefaultValue

パラメーターの既定値を設計します。

HasValueSet

パラメーター値の設定。

Id

パラメーター ID。

IsRequired

パラメーターが必要かどうか。

IsSensitive

パラメーターが機密性の高いかどうか。

Name

パラメーター名です。

SensitiveDefaultValue

パラメーターの既定の機密値。

ValueType

パラメーター値の型。

Variable

パラメーター参照変数。

適用対象