Proprietà SfcRelationshipAttribute.ContainsType

Gets or sets the type that container holds. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

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

Valore proprietà

Tipo: System.Type
The type that container holds.

Vedere anche

Riferimento

SfcRelationshipAttribute Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc.Metadata