TargetTypes Propiedad
Represents a collection of Type objects. Each Type object represents a system type on which the facet operates.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
Public ReadOnly Property TargetTypes As ReadOnlyCollection(Of Type)
Get
'Uso
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>
Valor de la propiedad
Tipo: System.Collections.ObjectModel. . :: . .ReadOnlyCollection< (Of < ( <'Type> ) > ) >
A TypeCollection object that represents all the system types on which the facet operates.
Notas
Este espacio de nombres, clase o miembro solo se admite en la versión 2.0 de Microsoft .NET Framework.
Vea también