SfcObjectAttribute Constructor (SfcObjectRelationship)
Initializes a new instance of the SfcObjectAttribute class with the specified relationship. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Sub New ( _
relationship As SfcObjectRelationship _
)
'Usage
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
)
Parameters
- relationship
Type: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship
Specifies the relationship to its parent.