LinkConnectDirectiveReferencesDomainRelationship Constructor (Partition, array<RoleAssignment )

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 ( _
    partition As Partition, _
    ParamArray roleAssignments As RoleAssignment() _
)
public LinkConnectDirectiveReferencesDomainRelationship(
    Partition partition,
    params RoleAssignment[] roleAssignments
)
public:
LinkConnectDirectiveReferencesDomainRelationship(
    Partition^ partition, 
    ... array<RoleAssignment^>^ roleAssignments
)
new : 
        partition:Partition * 
        roleAssignments:RoleAssignment[] -> LinkConnectDirectiveReferencesDomainRelationship
public function LinkConnectDirectiveReferencesDomainRelationship(
    partition : Partition, 
    ... roleAssignments : RoleAssignment[]
)

Parameters

.NET Framework Security

See Also

Reference

LinkConnectDirectiveReferencesDomainRelationship Class

LinkConnectDirectiveReferencesDomainRelationship Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace