IDynamicVisible.ConfigureVisibleEnumFields 메서드
Specifies the enumeration values that will be visible. 코드에서 직접 이 멤버를 참조하면 안 됩니다. 이 방법은 SQL Server 인프라를 지원합니다.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Function ConfigureVisibleEnumFields ( _
context As ITypeDescriptorContext, _
values As ArrayList _
) As ICollection
‘사용 방법
Dim instance As IDynamicVisible
Dim context As ITypeDescriptorContext
Dim values As ArrayList
Dim returnValue As ICollection
returnValue = instance.ConfigureVisibleEnumFields(context, _
values)
ICollection ConfigureVisibleEnumFields(
ITypeDescriptorContext context,
ArrayList values
)
ICollection^ ConfigureVisibleEnumFields(
ITypeDescriptorContext^ context,
ArrayList^ values
)
abstract ConfigureVisibleEnumFields :
context:ITypeDescriptorContext *
values:ArrayList -> ICollection
function ConfigureVisibleEnumFields(
context : ITypeDescriptorContext,
values : ArrayList
) : ICollection
매개 변수
- context
유형: System.ComponentModel.ITypeDescriptorContext
A ITypeDescriptorContext object that contains the context information of the enumeration.
- values
유형: System.Collections.ArrayList
A ArrayList object that contains the enumeration values that will be visible.
반환 값
유형: System.Collections.ICollection
An ICollection object that contains the list of enumeration values that will be visible.