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

public Type SourceType { get; }
public:
property Type^ SourceType {
    Type^ get();
}
member SourceType : Type with get
Public ReadOnly Property SourceType As 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.

See Also

PropertySourceSubObjectTypeAttribute Class
Microsoft.SqlServer.Management.Facets Namespace

Return to top