Freigeben über


PropertySourceSubObjectTypeAttribute-Konstruktor

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
)

Parameter

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

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

PropertySourceSubObjectTypeAttribute Klasse

Microsoft.SqlServer.Management.Facets-Namespace