Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.UserDefinedFunctionsList

Pobiera lub ustawia Element StringCollection listę funkcji zdefiniowanych przez użytkownika podczas transferu CopyAllUserDefinedFunctions jest false.

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

Składnia

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

value = instance.UserDefinedFunctionsList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , zawiera listę funkcji zdefiniowanej przez użytkownika do transferu.

Implementacje

ITransferSqlServerObjectsTask.UserDefinedFunctionsList

Uwagi

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