Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.XmlSchemaCollectionsList

Pobiera lub ustawia Element StringCollection Lista kolekcji schematu XML podczas transferu CopyAllXmlSchemaCollections jest false.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.TransferSqlServerObjectsTask
Zestaw:  Microsoft.SqlServer.TransferSqlServerObjectsTask (w Microsoft.SqlServer.TransferSqlServerObjectsTask.dll)

Składnia

'Deklaracja
Public Property XmlSchemaCollectionsList As StringCollection
    Get
    Set
'Użycie
Dim instance As TransferSqlServerObjectsTask
Dim value As StringCollection

value = instance.XmlSchemaCollectionsList

instance.XmlSchemaCollectionsList = value
public StringCollection XmlSchemaCollectionsList { get; set; }
public:
virtual property StringCollection^ XmlSchemaCollectionsList {
    StringCollection^ get () sealed;
    void set (StringCollection^ value) sealed;
}
abstract XmlSchemaCollectionsList : StringCollection with get, set
override XmlSchemaCollectionsList : StringCollection with get, set
final function get XmlSchemaCollectionsList () : StringCollection
final function set XmlSchemaCollectionsList (value : StringCollection)

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , listy kolekcji schematu XML do transferu.

Implementacje

ITransferSqlServerObjectsTask.XmlSchemaCollectionsList

Uwagi

Wartością domyślną jest pustą listę.