PropertySourceSubObjectTypeAttribute.SourceType プロパティ

属性に関連付けられているソースの型を取得します。

名前空間:  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
ソースの型を示す Type オブジェクト値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。

関連項目

参照

PropertySourceSubObjectTypeAttribute クラス

Microsoft.SqlServer.Management.Facets 名前空間