Partager via


Constructeur PropertySourceSubObjectTypeAttribute

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

Espace de noms :  Microsoft.SqlServer.Management.Facets
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    sourceType As Type _
)
'Utilisation
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
)

Paramètres

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Voir aussi

Référence

PropertySourceSubObjectTypeAttribute Classe

Espace de noms Microsoft.SqlServer.Management.Facets