XmlSchemaCollection Class
The XmlSchemaCollection object represents a collection of XML namespaces. The collection of XML namespaces behave a composite object though the namespaces can be enumerated within the collection.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
語法
'宣告
Public NotInheritable Class XmlSchemaCollection
Inherits ScriptSchemaObjectBase
Implements IObjectPermission, ICreatable, IDroppable, IAlterable, _
IScriptable, IExtendedProperties
public sealed class XmlSchemaCollection : ScriptSchemaObjectBase, IObjectPermission, ICreatable, IDroppable,
IAlterable, IScriptable, IExtendedProperties
public ref class XmlSchemaCollection sealed : public ScriptSchemaObjectBase, IObjectPermission, ICreatable, IDroppable,
IAlterable, IScriptable, IExtendedProperties
public final class XmlSchemaCollection extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable,
IDroppable, IAlterable, IScriptable, IExtendedProperties
public final class XmlSchemaCollection extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable,
IDroppable, IAlterable, IScriptable, IExtendedProperties
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。
To get XmlSchemaCollection object properties, users can be a member of the public fixed server role.
To set XmlSchemaCollection object properties, users must have ALTER permission on the XML schema collection.
To create an XML schema collection, users must have CREATE XML SCHEMA COLLECTION permission on the database or be a member of the db_owner fixed database role.
To drop an XML schema collection, users must have DELETE permission on the XML schema collection.
To grant, deny, or revoke permissions on the XML schema collection to other users, users must have CONTROL permission on the XML schema collection.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.SmoObjectBase
Microsoft.SqlServer.Management.Smo.SqlSmoObject
Microsoft.SqlServer.Management.Smo.NamedSmoObject
Microsoft.SqlServer.Management.Smo.ScriptNameObjectBase
Microsoft.SqlServer.Management.Smo.ScriptSchemaObjectBase
Microsoft.SqlServer.Management.Smo.XmlSchemaCollection
範例
How to: Create an XML Schema in Visual Basic .NET
執行緒安全性
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
XmlSchemaCollection Members
Microsoft.SqlServer.Management.Smo Namespace
其他資源
Using XML Schemas
管理伺服器上的 XML 結構描述集合
CREATE SCHEMA (Transact-SQL)