XmlSchemaCollection.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.

XML 스키마 사용

참고 항목

참조

XmlSchemaCollection 클래스

EnumTypes 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

XML 스키마 사용

XML 스키마 컬렉션 [SQL Server]

CREATE SCHEMA(Transact-SQL)