Proprietà SfcMetadataRelation.ContainerType

Gets the container control type. 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 ReadOnly Property ContainerType As Type 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcMetadataRelation Classe

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