PropertySourceSubObjectTypeAttribute.SourceType 属性

Gets the source type that is associated with the attribute.

命名空间:  Microsoft.SqlServer.Management.Facets
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public ReadOnly Property SourceType As Type 
    Get
用法
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

属性值

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

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

请参阅

参考

PropertySourceSubObjectTypeAttribute 类

Microsoft.SqlServer.Management.Facets 命名空间