PropertySourceSubObjectTypeAttribute Constructor (Type)

 

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

public PropertySourceSubObjectTypeAttribute(
    Type sourceType
)
public:
PropertySourceSubObjectTypeAttribute(
    Type^ sourceType
)
new : 
        sourceType:Type -> PropertySourceSubObjectTypeAttribute
Public Sub New (
    sourceType As 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.

See Also

PropertySourceSubObjectTypeAttribute Class
Microsoft.SqlServer.Management.Facets Namespace

Return to top