Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.UserDefinedTypesList

Pobiera lub ustawia Element StringCollection listę typów zdefiniowanych przez użytkownika podczas transferu CopyAllUserDefinedTypes jest false.

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

Składnia

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

value = instance.UserDefinedTypesList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , typy zdefiniowane przez użytkownika do transferu.

Implementacje

ITransferSqlServerObjectsTask.UserDefinedTypesList

Uwagi

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