共用方式為


AdomdParameter.SourceVersion 屬性

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.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
The current DataRowVersion.

實作

IDataParameter.SourceVersion

例外狀況

例外狀況 條件
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.

請參閱

參考

AdomdParameter 類別

Microsoft.AnalysisServices.AdomdClient 命名空間