XmlSchemaCollection.EnumTypes 메서드 (String)

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function EnumTypes ( _
    xmlNamespace As String _
) As DataTable
‘사용 방법
Dim instance As XmlSchemaCollection 
Dim xmlNamespace As String 
Dim returnValue As DataTable 

returnValue = instance.EnumTypes(xmlNamespace)
public DataTable EnumTypes(
    string xmlNamespace
)
public:
DataTable^ EnumTypes(
    String^ xmlNamespace
)
member EnumTypes : 
        xmlNamespace:string -> DataTable
public function EnumTypes(
    xmlNamespace : String
) : DataTable

매개 변수

  • xmlNamespace
    유형: System.String
    A String value that specifies the XML namespace to which to limit the results.

반환 값

유형: System.Data.DataTable
A DataTable system object value that contains a list of all the types in the XML schema collection for the specified namespace.

XML 스키마 사용

참고 항목

참조

XmlSchemaCollection 클래스

EnumTypes 오버로드

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

관련 자료

XML 스키마 사용

XML 스키마 컬렉션 [SQL Server]

CREATE SCHEMA(Transact-SQL)