Propriété AdomdCommand.UpdatedRowSource
This member is reserved for future use.
Espace de noms : Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Syntaxe
'Déclaration
<BrowsableAttribute(False)> _
Public Property UpdatedRowSource As UpdateRowSource
Get
Set
'Utilisation
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)
Valeur de propriété
Type : System.Data.UpdateRowSource
An System.Data.UpdateRowSource enumeration value.
Implémente
Exceptions
Exception | Condition |
---|---|
System.NotSupportedException | The member is called. |