DistributionAttribute コンストラクタ

DistributionAttribute クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    designerType As Type _
)
'使用
Dim designerType As Type

Dim instance As New DistributionAttribute(designerType)
public DistributionAttribute(
    Type designerType
)
public:
DistributionAttribute(
    Type^ designerType
)
public function DistributionAttribute(
    designerType : Type
)

パラメータ

  • designerType
    型 : System.Type
    この分布のデザイナの Type。designerType は IDesigner を実装する必要があります。

参照

参照

DistributionAttribute クラス

DistributionAttribute メンバ

Microsoft.Data.Schema.DataGenerator 名前空間