PropertySourceSubObjectTypeAttribute コンストラクター

指定したソースの型を持つ PropertySourceSubObjectTypeAttribute クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.Facets
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

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

Dim instance As New PropertySourceSubObjectTypeAttribute(sourceType)
public PropertySourceSubObjectTypeAttribute(
    Type sourceType
)
public:
PropertySourceSubObjectTypeAttribute(
    Type^ sourceType
)
new : 
        sourceType:Type -> PropertySourceSubObjectTypeAttribute
public function PropertySourceSubObjectTypeAttribute(
    sourceType : Type
)

パラメーター

  • sourceType
    型: System.Type
    ソースの型を示す Type オブジェクトです。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

PropertySourceSubObjectTypeAttribute クラス

Microsoft.SqlServer.Management.Facets 名前空間