TaskFormTaskComponents.ItemsElementName プロパティ

定義

コンポーネント内の項目のコレクションに含まれる各要素の名前を取得します。値の設定も可能です。

public:
 property cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ ItemsElementName { cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ItemsChoiceType> ^ value); };
[System.Xml.Serialization.XmlElement("ItemsElementName")]
[System.Xml.Serialization.XmlIgnore]
public Microsoft.SqlServer.Management.ItemsChoiceType[] ItemsElementName { get; set; }
[<System.Xml.Serialization.XmlElement("ItemsElementName")>]
[<System.Xml.Serialization.XmlIgnore>]
member this.ItemsElementName : Microsoft.SqlServer.Management.ItemsChoiceType[] with get, set
Public Property ItemsElementName As ItemsChoiceType()

プロパティ値

コンポーネント内の項目の配列に含まれる各要素の名前を表す値を返します。

属性

適用対象