IDTSDesigntimeComponent100.GetEnumerationCollection 方法
Returns the IDTSFriendlyEnumCollection100 of a component.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)
语法
声明
Function GetEnumerationCollection ( _
bstrEnumName As String _
) As IDTSFriendlyEnumCollection100
用法
Dim instance As IDTSDesigntimeComponent100
Dim bstrEnumName As String
Dim returnValue As IDTSFriendlyEnumCollection100
returnValue = instance.GetEnumerationCollection(bstrEnumName)
IDTSFriendlyEnumCollection100 GetEnumerationCollection(
string bstrEnumName
)
IDTSFriendlyEnumCollection100^ GetEnumerationCollection(
[InAttribute] String^ bstrEnumName
)
abstract GetEnumerationCollection :
bstrEnumName:string -> IDTSFriendlyEnumCollection100
function GetEnumerationCollection(
bstrEnumName : String
) : IDTSFriendlyEnumCollection100
参数
- bstrEnumName
类型:System.String
The name of the IDTSFriendlyEnumCollection100 object to retrieve.
返回值
类型:Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSFriendlyEnumCollection100
The IDTSFriendlyEnumCollection100 of the component.
注释
This method is called to retrieve the IDTSFriendlyEnumCollection100 for a component. The IDTSFriendlyEnumCollection100 and the IDTSFriendlyEnum100 are implemented and are used to provide friendly names for the values of an enumeration.