Freigeben über


PropertySourceSubObjectTypeAttribute.SourceType-Eigenschaft

Gets the source type that is associated with the attribute.

Namespace:  Microsoft.SqlServer.Management.Facets
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

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

Eigenschaftswert

Typ: System.Type
A Type object value that specifies the source type.

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Siehe auch

Verweis

PropertySourceSubObjectTypeAttribute Klasse

Microsoft.SqlServer.Management.Facets-Namespace