共用方式為


ContainsType 屬性

Gets or sets the type that container holds. 不要直接在程式碼中參照此成員。其支援 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
The type that container holds.