Udostępnij przez


Właściwość FacetInfo.TargetTypes

Reprezentuje kolekcja Type obiektów.Każdy Type obiekt reprezentuje typ systemu, na którym działa aspekt.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Dmf
Zestaw:  Microsoft.SqlServer.Dmf (w Microsoft.SqlServer.Dmf.dll)

Składnia

'Deklaracja
Public ReadOnly Property TargetTypes As ReadOnlyCollection(Of Type)
    Get
'Użycie
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>

Wartość właściwości

Typ: System.Collections.ObjectModel.ReadOnlyCollection<Type>
A TypeCollection Typy obiektów, reprezentującą systemu, na którym działa aspekt.