Freigeben über


SfcMetadataRelation.ContainerType-Eigenschaft

Gets the container control type. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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

Syntax

'Declaration
Public ReadOnly Property ContainerType As Type 
    Get
'Usage
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

Eigenschaftswert

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

Siehe auch

Verweis

SfcMetadataRelation Klasse

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata-Namespace