Compartilhar via


Propriedade do RDL AdomdCommand.UpdatedRowSource

This member is reserved for future use.

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

Sintaxe

'Declaração
<BrowsableAttribute(False)> _
Public Property UpdatedRowSource As UpdateRowSource 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Implementa

IDbCommand.UpdatedRowSource

Exceções

Exceção Condição
System.NotSupportedException

The member is called.

Consulte também

Referência

AdomdCommand Classe

Namespace Microsoft.AnalysisServices.AdomdClient