Compartilhar via


Construtor SfcObjectAttribute (SfcObjectRelationship)

Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    relationship As SfcObjectRelationship _
)
'Uso
Dim relationship As SfcObjectRelationship

Dim instance As New SfcObjectAttribute(relationship)
public SfcObjectAttribute(
    SfcObjectRelationship relationship
)
public:
SfcObjectAttribute(
    SfcObjectRelationship relationship
)
new : 
        relationship:SfcObjectRelationship -> SfcObjectAttribute
public function SfcObjectAttribute(
    relationship : SfcObjectRelationship
)

Parâmetros