TransferLoginsTask.DatabasesList Propriedade

Definição

Obtém ou define um StringCollection que contém os bancos de dados no servidor de origem que contêm logons a serem copiados para o servidor de destino.

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

Valor da propriedade

Um StringCollection que lista os bancos de dados no servidor de origem que contém os logons a serem copiados para o servidor de destino.

Implementações

Atributos

Comentários

Essa lista é usada quando a LoginsToTransfer propriedade é definida como AllLoginsFromSelectedDatabases.

Aplica-se a