共用方式為


EnumTypes 方法

Enumerates a list of all the types contained within the XML schema collection.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Function EnumTypes As DataTable
'用途
Dim instance As XmlSchemaCollection
Dim returnValue As DataTable

returnValue = instance.EnumTypes()
public DataTable EnumTypes()
public:
DataTable^ EnumTypes()
member EnumTypes : unit -> DataTable 
public function EnumTypes() : DataTable

傳回值

型別:System.Data. . :: . .DataTable
A DataTable system object value that contains a list of all the types in the XML schema collection.