AdomdCommand.UpdatedRowSource Property

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)

Property Value

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

Implements

IDbCommand.UpdatedRowSource

Exceptions

Exception Condition
System.NotSupportedException

The member is called.

See Also

Reference

AdomdCommand Class

Microsoft.AnalysisServices.AdomdClient Namespace