TargetTypes プロパティ

Type オブジェクトのコレクションを表します。各 Type オブジェクトは、ファセットが動作するシステム型を表します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public ReadOnly Property TargetTypes As ReadOnlyCollection(Of Type)
    Get
'使用
Dim instance As FacetInfo
Dim value As ReadOnlyCollection(Of Type)

value = instance.TargetTypes
public ReadOnlyCollection<Type> TargetTypes { get; }
public:
property ReadOnlyCollection<Type^>^ TargetTypes {
    ReadOnlyCollection<Type^>^ get ();
}
member TargetTypes : ReadOnlyCollection<Type>
function get TargetTypes () : ReadOnlyCollection<Type>

プロパティ値

型: System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'Type> ) > ) >
ファセットが動作するすべてのシステム型を表す TypeCollection オブジェクトです。

説明

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