Propriété SourceVersion

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

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Property SourceVersion As DataRowVersion
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Data. . :: . .DataRowVersion

Implémente

IDataParameter. . :: . .SourceVersion

Exceptions

Exception Condition
System..::..NotSupportedException

The property is set to a value other than DataRowVersion.Current.

Notes

This property always returns DataRowVersion.Current. For more information on DataRowVersion, see the System.Data..::..DataRowVersion.