EnumValue.EnumValues Property

Gets the possible values of an enumeration object.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Сборка: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Синтаксис

'Декларация
Public ReadOnly Property EnumValues As String()
public string[] EnumValues { get; }
public:
property array<String^>^ EnumValues {
    array<String^>^ get ();
}
/** @property */
public String[] get_EnumValues ()
public function get EnumValues () : String[]

Значение свойства

An array of type String that contains the possible values of the enumeration object.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

EnumValue Class
EnumValue Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace