SfcRelationshipAttribute Constructor (SfcRelationship)
Initializes a new instance of the SfcRelationshipAttribute class with the specified relationship to its parent. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Protected Sub New ( _
relationship As SfcRelationship _
)
'Uso
Dim relationship As SfcRelationship
Dim instance As New SfcRelationshipAttribute(relationship)
protected SfcRelationshipAttribute(
SfcRelationship relationship
)
protected:
SfcRelationshipAttribute(
SfcRelationship relationship
)
new :
relationship:SfcRelationship -> SfcRelationshipAttribute
protected function SfcRelationshipAttribute(
relationship : SfcRelationship
)
Parámetros
- relationship
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcRelationship
Specifies the relationship to its parent.
Vea también
Referencia
SfcRelationshipAttribute Clase
Sobrecarga de SfcRelationshipAttribute
Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata