다음을 통해 공유


EnumNamespaces 메서드

Enumerates a list of namespaces that are components of the XML schema collection.

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

구문

‘선언
Public Function EnumNamespaces As DataTable
‘사용 방법
Dim instance As XmlSchemaCollection
Dim returnValue As DataTable

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

반환 값

형식: System.Data. . :: . .DataTable
A DataTable system object value that contains a list of namespaces that belong to the XML schema collection.