AdomdParameter.SourceVersion 属性

Gets or sets the DataRowVersion to use when loading Value.

命名空间:  Microsoft.AnalysisServices.AdomdServer
程序集:  msmgdsrv(在 msmgdsrv.dll 中)

语法

声明
Public Property SourceVersion As DataRowVersion 
    Get 
    Set
用法
Dim instance As AdomdParameter 
Dim value As DataRowVersion 

value = instance.SourceVersion

instance.SourceVersion = value
public DataRowVersion SourceVersion { get; set; }
public:
virtual property DataRowVersion SourceVersion {
    DataRowVersion get () sealed;
    void set (DataRowVersion value) sealed;
}
abstract SourceVersion : DataRowVersion with get, set 
override SourceVersion : DataRowVersion with get, set
final function get SourceVersion () : DataRowVersion 
final function set SourceVersion (value : DataRowVersion)

属性值

类型:System.Data.DataRowVersion
Always returns DataRowVersion.Current.

异常

异常 条件
[NotSupportedException]

The property is set to a value other than DataRowVersion.Current. For more information about this exception, see NotSupportedException Class.

注释

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

请参阅

参考

AdomdParameter 类

Microsoft.AnalysisServices.AdomdServer 命名空间