Поделиться через


AdomdParameter.SourceVersion Property

Gets or sets the DataRowVersion to use when loading Value. This property always returns DataRowVersion.Current.

Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Синтаксис

'Декларация
Public Property SourceVersion As DataRowVersion
public DataRowVersion SourceVersion { get; set; }
public:
virtual property DataRowVersion SourceVersion {
    DataRowVersion get () sealed;
    void set (DataRowVersion value) sealed;
}
/** @property */
public final DataRowVersion get_SourceVersion ()

/** @property */
public final void set_SourceVersion (DataRowVersion value)
public final function get SourceVersion () : DataRowVersion

public final function set SourceVersion (value : DataRowVersion)

Исключения

Тип исключения Условие
System.NotSupportedException

The property is set to a value other than DataRowVersion.Current.

Замечания

This property always returns DataRowVersion.Current. For more information on DataRowVersion, see the System.Data.DataRowVersion.

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

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.

См. также

Справочник

AdomdParameter Class
AdomdParameter Members
Microsoft.AnalysisServices.AdomdClient Namespace