Share via


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)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _
Public Property UpdatedRowSource As UpdateRowSource
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] 
public UpdateRowSource UpdatedRowSource { get; set; }
[BrowsableAttribute(false)] 
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)] 
public:
virtual property UpdateRowSource UpdatedRowSource {
    UpdateRowSource get () sealed;
    void set (UpdateRowSource value) sealed;
}
/** @property */
public final UpdateRowSource get_UpdatedRowSource ()

/** @property */
public final void set_UpdatedRowSource (UpdateRowSource value)
public final function get UpdatedRowSource () : UpdateRowSource

public final function set UpdatedRowSource (value : UpdateRowSource)

Property Value

An System.Data.UpdateRowSource enumeration value.

Exceptions

Exception type Condition
System.NotSupportedException

The member is called.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

AdomdCommand Class
AdomdCommand Members
Microsoft.AnalysisServices.AdomdClient Namespace