Udostępnij przez


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.

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class XmlSchemaCollection
    Inherits ScriptSchemaObjectBase
    Implements IObjectPermission, ICreatable, IDroppable, IAlterable, _
    IScriptable, IExtendedProperties
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)] 
[PhysicalFacetAttribute] 
public sealed class XmlSchemaCollection : ScriptSchemaObjectBase, IObjectPermission, ICreatable, IDroppable, 
    IAlterable, IScriptable, IExtendedProperties
[EvaluationModeAttribute(AutomatedPolicyEvaluationMode::CheckOnSchedule)] 
[PhysicalFacetAttribute] 
public ref class XmlSchemaCollection sealed : public ScriptSchemaObjectBase, IObjectPermission, ICreatable, IDroppable, 
    IAlterable, IScriptable, IExtendedProperties
/** @attribute EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) */ 
/** @attribute PhysicalFacetAttribute() */ 
public final class XmlSchemaCollection extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable, 
    IDroppable, IAlterable, IScriptable, IExtendedProperties
EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule) 
PhysicalFacetAttribute 
public final class XmlSchemaCollection extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable, 
    IDroppable, IAlterable, IScriptable, IExtendedProperties

Remarks

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.

Thread Safety

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.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.