TransferLoginsTask.DatabasesList Property

Definition

Gets or sets a StringCollection containing the databases on the source server that contain logins to be copied to the destination server.

public:
 property System::Collections::Specialized::StringCollection ^ DatabasesList { 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 DatabasesList { 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 DatabasesList { 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.DatabasesList : 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.DatabasesList : System.Collections.Specialized.StringCollection with get, set
Public Property DatabasesList As StringCollection

Property Value

A StringCollection that lists the databases on the source server that contains the logins to be copied to the destination server.

Implements

Attributes

Remarks

This list is used when the LoginsToTransfer property is set to AllLoginsFromSelectedDatabases.

Applies to