SfcRelationshipAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
SfcRelationshipAttribute()
protected SfcRelationshipAttribute();
Protected Sub New ()
Gilt für:
SfcRelationshipAttribute(SfcRelationship)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship)
Parameter
- relationship
- SfcRelationship
Gibt die Beziehung zum übergeordneten Element an.
Gilt für:
SfcRelationshipAttribute(SfcRelationship, SfcCardinality)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality)
Parameter
- relationship
- SfcRelationship
Gibt die Beziehung zum übergeordneten Element an.
- cardinality
- SfcCardinality
Gibt die Kardinalität des Typs in Beziehung zu seinem übergeordneten Element an.
Gilt für:
SfcRelationshipAttribute(SfcRelationship, SfcCardinality, Type)
protected SfcRelationshipAttribute(Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship relationship, Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality cardinality, Type containsType);
new Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute : Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship * Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcCardinality * Type -> Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationshipAttribute
Protected Sub New (relationship As SfcRelationship, cardinality As SfcCardinality, containsType As Type)
Parameter
- relationship
- SfcRelationship
Gibt die Beziehung zum übergeordneten Element an.
- cardinality
- SfcCardinality
Gibt die Kardinalität des Typs in Beziehung zu seinem übergeordneten Element an.
- containsType
- Type
Gibt den Typ des Containerspeichers an.