XmlSchemaCollection.EnumNamespaces 메서드
Enumerates a list of namespaces that are components of the XML schema collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스