TransferLoginsTask.LoginsList プロパティ

定義

転送するログインの名前を含む StringCollection を取得または設定します。

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

プロパティ値

転送するログインの名前を含む StringCollection。

実装

属性

注釈

この一覧は、LoginsToTransfer プロパティが SelectedLogins に設定されている場合に使用されます。

適用対象