다음을 통해 공유


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 네임스페이스