Compartilhar via


Propriedade do RDL ContainsType

Gets or sets the type that container holds. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

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

Sintaxe

'Declaração
Public Property ContainsType As Type
    Get
    Friend Set
'Uso
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)

Valor da propriedade

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