PropertySourceSubObjectTypeAttribute 建構函式
Initializes a new instance of the PropertySourceSubObjectTypeAttribute class that has the specified source type.
命名空間: 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
A Type object that specifies the source type.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。