Udostępnij przez


Właściwość AdomdParameter.SourceVersion

Pobiera lub ustawia DataRowVersion podczas ładowania Value.Właściwość ta zwraca zawsze DataRowVersion.Current.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Property SourceVersion As DataRowVersion
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Data.DataRowVersion

Wyjątki

Wyjątek Warunek
[NotSupportedException]

Właściwość zestaw na wartość inną niż DataRowVersion.Current.Aby uzyskać więcej informacji dotyczących tego wyjątku, zobacz NotSupportedException Class.

Uwagi

Właściwość ta zwraca zawsze DataRowVersion.Current.Więcej informacji na temat DataRowVersion, zobacz DataRowVersion Enumeration.