TargetTypes 속성

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

네임스페이스:  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> ) > ) >
A TypeCollection object that represents all the system types on which the facet operates.