Gets the collection of standard values of the action type object.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.TransferDatabaseTask
어셈블리: Microsoft.SqlServer.TransferDatabasesTask(Microsoft.SqlServer.TransferDatabasesTask.dll)
구문
‘선언
Public Overrides Function GetStandardValues ( _
context As ITypeDescriptorContext _
) As TypeConverter.StandardValuesCollection
‘사용 방법
Dim instance As ActionTypeConverter
Dim context As ITypeDescriptorContext
Dim returnValue As TypeConverter.StandardValuesCollection
returnValue = instance.GetStandardValues(context)
public override TypeConverter.StandardValuesCollection GetStandardValues(
ITypeDescriptorContext context
)
public:
virtual TypeConverter.StandardValuesCollection^ GetStandardValues(
ITypeDescriptorContext^ context
) override
abstract GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
override GetStandardValues :
context:ITypeDescriptorContext -> TypeConverter.StandardValuesCollection
public override function GetStandardValues(
context : ITypeDescriptorContext
) : TypeConverter.StandardValuesCollection
매개 변수
- context
유형: System.ComponentModel.ITypeDescriptorContext
The context.
반환 값
유형: System.ComponentModel.TypeConverter.StandardValuesCollection
The collection of standard values of the action type object.