Propriedade do RDL ITransferSqlServerObjectsTask.XmlSchemaCollectionsList
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a list of XML schema collections to transfer.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Assembly: Microsoft.SqlServer.TransferSqlServerObjectsTask (em Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)
Sintaxe
'Declaração
Property XmlSchemaCollectionsList As StringCollection
Get
Set
'Uso
Dim instance As ITransferSqlServerObjectsTask
Dim value As StringCollection
value = instance.XmlSchemaCollectionsList
instance.XmlSchemaCollectionsList = value
StringCollection XmlSchemaCollectionsList { get; set; }
property StringCollection^ XmlSchemaCollectionsList {
StringCollection^ get ();
void set (StringCollection^ value);
}
abstract XmlSchemaCollectionsList : StringCollection with get, set
function get XmlSchemaCollectionsList () : StringCollection
function set XmlSchemaCollectionsList (value : StringCollection)
Valor da propriedade
Tipo: System.Collections.Specialized.StringCollection
A list of XML schema collections to transfer.
Consulte também
Referência
ITransferSqlServerObjectsTask Interface
Namespace Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask