LinkConnectDirectiveReferencesDomainRelationship Constructor (Store, array<RoleAssignment[], array<PropertyAssignment )

Constructor

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Sub New ( _
    store As Store, _
    roleAssignments As RoleAssignment(), _
    propertyAssignments As PropertyAssignment() _
)
public LinkConnectDirectiveReferencesDomainRelationship(
    Store store,
    RoleAssignment[] roleAssignments,
    PropertyAssignment[] propertyAssignments
)
public:
LinkConnectDirectiveReferencesDomainRelationship(
    Store^ store, 
    array<RoleAssignment^>^ roleAssignments, 
    array<PropertyAssignment^>^ propertyAssignments
)
new : 
        store:Store * 
        roleAssignments:RoleAssignment[] * 
        propertyAssignments:PropertyAssignment[] -> LinkConnectDirectiveReferencesDomainRelationship
public function LinkConnectDirectiveReferencesDomainRelationship(
    store : Store, 
    roleAssignments : RoleAssignment[], 
    propertyAssignments : PropertyAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

LinkConnectDirectiveReferencesDomainRelationship Class

LinkConnectDirectiveReferencesDomainRelationship Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace