Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the DataRowVersion to use when loading Value.
Namespace: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntax
'Declaration
Public Property SourceVersion As DataRowVersion
Get
Set
'Usage
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)
Property Value
Type: DataRowVersion
Always returns DataRowVersion.Current.
Exceptions
Exception | Condition |
---|---|
NotSupportedException | The property is set to a value other than DataRowVersion.Current. |
Remarks
This property always returns DataRowVersion.Current. For more information on DataRowVersion, see the DataRowVersion Enumeration.