Share via


PropertySourceSubObjectTypeAttribute Constructor

Initializes a new instance of the PropertySourceSubObjectTypeAttribute class that has the specified source type.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    sourceType As Type _
)
'Usage
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
)

Parameters

  • sourceType
    Type: System.Type
    A Type object that specifies the source type.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.