Freigeben über


AdomdCommand.UpdatedRowSource-Eigenschaft

This member is reserved for future use.

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Property UpdatedRowSource As UpdateRowSource 
    Get 
    Set
'Usage
Dim instance As AdomdCommand 
Dim value As UpdateRowSource 

value = instance.UpdatedRowSource

instance.UpdatedRowSource = value
[BrowsableAttribute(false)]
public UpdateRowSource UpdatedRowSource { get; set; }
[BrowsableAttribute(false)]
public:
virtual property UpdateRowSource UpdatedRowSource {
    UpdateRowSource get () sealed;
    void set (UpdateRowSource value) sealed;
}
[<BrowsableAttribute(false)>]
abstract UpdatedRowSource : UpdateRowSource with get, set
[<BrowsableAttribute(false)>]
override UpdatedRowSource : UpdateRowSource with get, set
final function get UpdatedRowSource () : UpdateRowSource 
final function set UpdatedRowSource (value : UpdateRowSource)

Eigenschaftswert

Typ: System.Data.UpdateRowSource
An System.Data.UpdateRowSource enumeration value.

Implementiert

IDbCommand.UpdatedRowSource

Ausnahmen

Ausnahme Bedingung
System.NotSupportedException

The member is called.

Siehe auch

Verweis

AdomdCommand Klasse

Microsoft.AnalysisServices.AdomdClient-Namespace