Compartir a través de


SfcMetadataRelation.ContainerType Propiedad

Gets the container control type. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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 de la propiedad

Tipo: System.Type
The container control [Type].

Vea también

Referencia

SfcMetadataRelation Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc.Metadata