Partager via


Propriété PropertySourceSubObjectTypeAttribute.SourceType

Gets the source type that is associated with the attribute.

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

Syntaxe

'Déclaration
Public ReadOnly Property SourceType As Type 
    Get
'Utilisation
Dim instance As PropertySourceSubObjectTypeAttribute 
Dim value As Type 

value = instance.SourceType
public Type SourceType { get; }
public:
property Type^ SourceType {
    Type^ get ();
}
member SourceType : Type
function get SourceType () : Type

Valeur de propriété

Type : System.Type
A Type object value 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