Partager via


Propriété TabularDataRow.Values

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the values in a data row.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
<DataMemberAttribute> _
Public Property Values As Collection(Of Object)
    Get
    Set
'Utilisation
Dim instance As TabularDataRow
Dim value As Collection(Of Object)

value = instance.Values

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

Valeur de propriété

Type : System.Collections.ObjectModel.Collection<Object>
The values in a data row.

Voir aussi

Référence

TabularDataRow Classe

Espace de noms Microsoft.MasterDataServices