Proprietà FacetInfo.TargetTypes

Represents a collection of Type objects. Each Type object represents a system type on which the facet operates.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property TargetTypes As ReadOnlyCollection(Of Type)
    Get
'Utilizzo
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>

Valore proprietà

Tipo: System.Collections.ObjectModel.ReadOnlyCollection<Type>
A TypeCollection object that represents all the system types on which the facet operates.

Vedere anche

Riferimento

FacetInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf

Altre risorse

Impostazione delle proprietà