Share via


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.

구현

IDbCommand.UpdatedRowSource

예외

예외 조건
System.NotSupportedException

The member is called.

참고 항목

참조

AdomdCommand 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스