Freigeben über


ContainsType-Eigenschaft

Gets or sets the type that container holds. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Property ContainsType As Type
    Get
    Friend Set
'Usage
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)

Eigenschaftswert

Typ: System. . :: . .Type
The type that container holds.