PropertySourceSubObjectTypeAttribute.SourceType Property

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

Property Value

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

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.