EnumTypes 메서드
Enumerates a list of all the types contained within the XML schema collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.