Proprietà PropertySourceSubObjectTypeAttribute.SourceType

Gets the source type that is associated with the attribute.

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

Sintassi

'Dichiarazione
Public ReadOnly Property SourceType As Type 
    Get
'Utilizzo
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

Valore proprietà

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