다음을 통해 공유


TabularDataRow.Values 속성

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Gets or sets the values in a data row.

네임스페이스:  Microsoft.MasterDataServices.Services.DataContracts
어셈블리:  Microsoft.MasterDataServices.Services.Contracts(Microsoft.MasterDataServices.Services.Contracts.dll)

구문

‘선언
<DataMemberAttribute> _
Public Property Values As IList(Of Object)
    Get 
    Set
‘사용 방법
Dim instance As TabularDataRow 
Dim value As IList(Of Object)

value = instance.Values

instance.Values = value
[DataMemberAttribute]
public IList<Object> Values { get; set; }
[DataMemberAttribute]
public:
property IList<Object^>^ Values {
    IList<Object^>^ get ();
    void set (IList<Object^>^ value);
}
[<DataMemberAttribute>]
member Values : IList<Object> with get, set
function get Values () : IList<Object>
function set Values (value : IList<Object>)

속성 값

유형: System.Collections.Generic.IList<Object>
The values in a data row.

참고 항목

참조

TabularDataRow 클래스

Microsoft.MasterDataServices.Services.DataContracts 네임스페이스