CManagedComponentWrapperClass.GetEnumerationCollection(String) メソッド

定義

public:
 virtual Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSFriendlyEnumCollection100 ^ GetEnumerationCollection(System::String ^ bstrEnumName) = Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSDesigntimeComponent100::GetEnumerationCollection;
[System.Runtime.InteropServices.DispId(36)]
public virtual Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSFriendlyEnumCollection100 GetEnumerationCollection(string bstrEnumName);
[<System.Runtime.InteropServices.DispId(36)>]
abstract member GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSFriendlyEnumCollection100
override this.GetEnumerationCollection : string -> Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSFriendlyEnumCollection100
Public Overridable Function GetEnumerationCollection (bstrEnumName As String) As IDTSFriendlyEnumCollection100

パラメーター

bstrEnumName
String

返品

列挙の値を表す名前の集合。

実装

属性

注釈

この方法は、 bstrEnumName パラメータで指定された列挙のためのIDTSFriendlyEnumCollection100を取得します。 このコレクションは、列挙中の項目の値を数値ではなく「フレンドリー」な価値として提供するために使われます。

適用対象