次の方法で共有


TabularDataRow.Values プロパティ

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

データ行の値を取得または設定します。

名前空間:  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>
データ行の値です。

関連項目

参照

TabularDataRow クラス

Microsoft.MasterDataServices.Services.DataContracts 名前空間