Конструктор SfcRelationshipAttribute (SfcRelationship, SfcCardinality)

Initializes a new instance of the SfcRelationshipAttribute class with the specified cardinality and relationship to its parent. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Protected Sub New ( _
    relationship As SfcRelationship, _
    cardinality As SfcCardinality _
)
'Применение
Dim relationship As SfcRelationship 
Dim cardinality As SfcCardinality 

Dim instance As New SfcRelationshipAttribute(relationship, _
    cardinality)
protected SfcRelationshipAttribute(
    SfcRelationship relationship,
    SfcCardinality cardinality
)
protected:
SfcRelationshipAttribute(
    SfcRelationship relationship, 
    SfcCardinality cardinality
)
new : 
        relationship:SfcRelationship * 
        cardinality:SfcCardinality -> SfcRelationshipAttribute
protected function SfcRelationshipAttribute(
    relationship : SfcRelationship, 
    cardinality : SfcCardinality
)

Параметры

См. также

Справочник

SfcRelationshipAttribute Класс

Перегрузка SfcRelationshipAttribute

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc.Metadata