AdomdCommand.UpdatedRowSource 屬性
This member is reserved for future use.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)
語法
'宣告
<BrowsableAttribute(False)> _
Public Property UpdatedRowSource As UpdateRowSource
Get
Set
'用途
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)
屬性值
型別:System.Data.UpdateRowSource
An System.Data.UpdateRowSource enumeration value.
實作
例外狀況
例外狀況 | 條件 |
---|---|
System.NotSupportedException | The member is called. |