FacetInfo.TargetTypes Property
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Property TargetTypes As ReadOnlyCollection(Of Type)
Get
'Usage
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>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<Type>
A TypeCollection object that represents all the system types on which the facet operates.
See Also