Propriedade do RDL ContainerType
Gets the container control type. 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 ReadOnly Property ContainerType As Type
Get
'Uso
Dim instance As SfcMetadataRelation
Dim value As Type
value = instance.ContainerType
public Type ContainerType { get; }
public:
property Type^ ContainerType {
Type^ get ();
}
member ContainerType : Type
function get ContainerType () : Type
Valor da propriedade
Tipo: System. . :: . .Type
The container control [Type].
Consulte também