Compartir a través de


XmlSchemaCollection Clase

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.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)> _
<PhysicalFacetAttribute> _
Public NotInheritable Class XmlSchemaCollection _
    Inherits ScriptSchemaObjectBase _
    Implements IObjectPermission, ICreatable, IDroppable, IAlterable,  _
    IScriptable, IExtendedProperties
'Uso
Dim instance As XmlSchemaCollection
[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
[<SealedAttribute>]
[<EvaluationModeAttribute(AutomatedPolicyEvaluationMode.CheckOnSchedule)>]
[<PhysicalFacetAttribute>]
type XmlSchemaCollection =  
    class
        inherit ScriptSchemaObjectBase
        interface IObjectPermission
        interface ICreatable
        interface IDroppable
        interface IAlterable
        interface IScriptable
        interface IExtendedProperties
    end
public final class XmlSchemaCollection extends ScriptSchemaObjectBase implements IObjectPermission, ICreatable, IDroppable, IAlterable, IScriptable, IExtendedProperties

Notas

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

Todos los miembros estáticos (compartidos en Microsoft Visual Basic) públicos de este tipo son seguros para operaciones multiproceso. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Seguridad para subprocesos

Todos los miembros públicos static (Shared en Visual Basic) de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.