共用方式為


FacetInfo.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<Type>
A TypeCollection object that represents all the system types on which the facet operates.

請參閱

參考

FacetInfo 類別

Microsoft.SqlServer.Management.Dmf 命名空間

其他資源

設定屬性