Partager via


Propriété SfcMetadataRelation.ContainerType

Gets the container control type. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ContainerType As Type 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

SfcMetadataRelation Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc.Metadata