TargetTypes プロパティ
名前空間: 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 オブジェクトです。