次の方法で共有


SfcRelationshipAttribute.ContainsType プロパティ

コンテナーが保持する型を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property ContainsType As Type 
    Get 
    Friend Set
'使用
Dim instance As SfcRelationshipAttribute 
Dim value As Type 

value = instance.ContainsType
public Type ContainsType { get; internal set; }
public:
property Type^ ContainsType {
    Type^ get ();
    internal: void set (Type^ value);
}
member ContainsType : Type with get, internal set
function get ContainsType () : Type 
internal function set ContainsType (value : Type)

プロパティ値

型: System.Type
コンテナーが保持する型です。

関連項目

参照

SfcRelationshipAttribute クラス

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間