Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Exceptions
| Exception | Condition |
|---|---|
| System.NotSupportedException | The member is called. |