Udostępnij przez


Właściwość SfcRelationshipAttribute.ContainsType

Pobiera lub ustawia typ kontener posiada.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 Property ContainsType As Type
    Get
    Friend Set
'Użycie
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)

Wartość właściwości

Typ: System.Type
Przechowuje typ kontener.