TransferSqlServerObjectsTask.RulesList Property

Definition

Gets or sets a StringCollection containing the rules to transfer from the source database to the destination database when CopyAllRules is false.

public:
 property System::Collections::Specialized::StringCollection ^ RulesList { System::Collections::Specialized::StringCollection ^ get(); void set(System::Collections::Specialized::StringCollection ^ value); };
[System.ComponentModel.Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor,System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public System.Collections.Specialized.StringCollection RulesList { get; set; }
[System.ComponentModel.Editor("Microsoft.DataTransformationServices.Controls.StringCollectionEditor, Microsoft.DataTransformationServices.Controls, Version=15.0.0.0, Culture=Neutral, PublicKeyToken=89845dcd8080cc91", "System.Drawing.Design.UITypeEditor,System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
public System.Collections.Specialized.StringCollection RulesList { get; set; }
[<System.ComponentModel.Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", "System.Drawing.Design.UITypeEditor,System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.RulesList : System.Collections.Specialized.StringCollection with get, set
[<System.ComponentModel.Editor("Microsoft.DataTransformationServices.Controls.StringCollectionEditor, Microsoft.DataTransformationServices.Controls, Version=15.0.0.0, Culture=Neutral, PublicKeyToken=89845dcd8080cc91", "System.Drawing.Design.UITypeEditor,System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>]
member this.RulesList : System.Collections.Specialized.StringCollection with get, set
Public Property RulesList As StringCollection

Property Value

A StringCollection that lists the rules to transfer.

Implements

Attributes

Remarks

The default value is an empty string collection.

Applies to