Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Specifies whether a relationship end is connected to the "one" or "many" side of a one-to-many relationship.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Enumeration Multiplicity
'Usage
Dim instance As Multiplicity
public enum Multiplicity
public enum class Multiplicity
type Multiplicity
public enum Multiplicity
Members
| Member name | Description | |
|---|---|---|
| Many | The "many" side of the one-to-many relationship. | |
| One | The "one" side of a one-to-many relationship. |