Costruttore PropertySourceSubObjectTypeAttribute

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

Spazio dei nomi  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Parametri

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

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Vedere anche

Riferimento

PropertySourceSubObjectTypeAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Facets