Udostępnij za pośrednictwem


Właściwość TransferSqlServerObjectsTask.RulesList

Pobiera lub ustawia Element StringCollection zawierający zasady transferu z źródłowa baza danych do docelowej bazy danych podczas CopyAllRules jest false.

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

Składnia

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

value = instance.RulesList

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

Wartość właściwości

Typ: System.Collections.Specialized.StringCollection
A Element StringCollection , wyświetla listę reguł do transferu.

Implementacje

ITransferSqlServerObjectsTask.RulesList

Uwagi

Wartość domyślna to kolekcja ciąg pusty.