DomainRelationship Oluşturucular

Tanım

Aşırı Yüklemeler

DomainRelationship(Partition, PropertyAssignment[])

Oluşturucu

DomainRelationship(Store, PropertyAssignment[])

Oluşturucu

DomainRelationship(Partition, PropertyAssignment[])

Oluşturucu

public:
 DomainRelationship(Microsoft::VisualStudio::Modeling::Partition ^ partition, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DomainRelationship (Microsoft.VisualStudio.Modeling.Partition partition, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship : Microsoft.VisualStudio.Modeling.Partition * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship
Public Sub New (partition As Partition, ParamArray propertyAssignments As PropertyAssignment())

Parametreler

partition
Partition

Yeni öğenin oluşturulacağı bölüm.

propertyAssignments
PropertyAssignment[]

Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.

Şunlara uygulanır

DomainRelationship(Store, PropertyAssignment[])

Oluşturucu

public:
 DomainRelationship(Microsoft::VisualStudio::Modeling::Store ^ store, ... cli::array <Microsoft::VisualStudio::Modeling::PropertyAssignment ^> ^ propertyAssignments);
public DomainRelationship (Microsoft.VisualStudio.Modeling.Store store, params Microsoft.VisualStudio.Modeling.PropertyAssignment[] propertyAssignments);
new Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship : Microsoft.VisualStudio.Modeling.Store * Microsoft.VisualStudio.Modeling.PropertyAssignment[] -> Microsoft.VisualStudio.Modeling.DslDefinition.DomainRelationship
Public Sub New (store As Store, ParamArray propertyAssignments As PropertyAssignment())

Parametreler

store
Store

Yeni öğenin oluşturulacağı yeri saklayın.

propertyAssignments
PropertyAssignment[]

Öğe oluşturulduktan sonra ayarlanacak etki alanı özellik kimliği/değer çiftleri listesi.

Şunlara uygulanır