TransferSqlServerObjectsTask.CopyAllXmlSchemaCollections Property

Definition

Gets or sets a Boolean indicating whether all XML schema collections are transferred from the source to the target database, or only the specified XML schema collections.

public:
 property bool CopyAllXmlSchemaCollections { bool get(); void set(bool value); };
public bool CopyAllXmlSchemaCollections { get; set; }
member this.CopyAllXmlSchemaCollections : bool with get, set
Public Property CopyAllXmlSchemaCollections As Boolean

Property Value

true indicates that all XML schema collections are transferred from the source to the target database. false indicates that only the objects found in the XmlSchemaCollectionsList are transferred.

Implements

Applies to