SfcCardinality Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the cardinality of the type in relationship to its parent
public enum SfcCardinality
type SfcCardinality =
Public Enum SfcCardinality
- Inheritance
-
SfcCardinality
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
One | 1 | Always one reference (default) |
ZeroToOne | 2 | The reference may be null |
ZeroToAny | 3 | Zero to any (typical for SFC/SMO collections) |
OneToAny | 4 | At least one to any (rare, but it happens, such as (Table.)Columns.Column) |