Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the values in a data row.
Namespace: Microsoft.MasterDataServices.Services.DataContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
<DataMemberAttribute> _
Public Property Values As IList(Of Object)
Get
Set
'Usage
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>)
Property Value
Type: System.Collections.Generic.IList<Object>
The values in a data row.
See Also
Reference
Microsoft.MasterDataServices.Services.DataContracts Namespace