SfcMetadataRelation.ContainerType Property
Gets the container control type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
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
Property Value
Type: System.Type
The container control [Type].