SfcObjectAttribute コンストラクター (SfcObjectRelationship)
指定したリレーションシップを使用して、SfcObjectAttribute クラスの新しいインスタンスを初期化します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
relationship As SfcObjectRelationship _
)
'使用
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
)
パラメーター
- relationship
型: Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcObjectRelationship
親とのリレーションシップを指定します。