Share via


FacetInfo.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<Type>
ファセットが動作するすべてのシステム型を表す TypeCollection オブジェクトです。

関連項目

参照

FacetInfo クラス

Microsoft.SqlServer.Management.Dmf 名前空間

その他の技術情報

プロパティの設定