Classe Collection
Represents a collection of data contracts.
Gerarchia di ereditarietà
System.Object
Microsoft.MasterDataServices.DataContractBase
Microsoft.MasterDataServices.Collection
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
<DataContractAttribute(Name := "Collection", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class Collection _
Inherits DataContractBase
'Utilizzo
Dim instance As Collection
[DataContractAttribute(Name = "Collection", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class Collection : DataContractBase
[DataContractAttribute(Name = L"Collection", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class Collection : public DataContractBase
[<DataContractAttribute(Name = "Collection", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type Collection =
class
inherit DataContractBase
end
public class Collection extends DataContractBase
Nel tipo Collection sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
Collection | Initializes a new instance of the Collection class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
CollectionId | Gets or sets the collection identifier. |
![]() |
ExtensionData | Gets or sets the structure that contains extra data. Ereditato da DataContractBase. |
![]() |
Remove | Gets or sets a value that indicates whether the collection is to be removed. |
![]() |
SortOrder | Gets or sets an integer that indicates the sort order of members in the collection. |
![]() |
Weight | Gets or sets a Decimal that specifies the weight of the collection. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.