Konstruktor SfcObjectAttribute (SfcObjectRelationship)
Inicjuje nowe wystąpienie SfcObjectAttribute klasy z określonej relacji.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public Sub New ( _
relationship As SfcObjectRelationship _
)
'Użycie
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
)
Parametry
- relationship
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship
Określa relację do obiektu nadrzędnego.