SfcMetadataRelation.ContainerType プロパティ

コンテナー コントロールの型を取得します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc.Metadata
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property ContainerType As Type 
    Get
'使用
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

プロパティ値

型: System.Type
コンテナー コントロールの [Type] です。

関連項目

参照

SfcMetadataRelation クラス

Microsoft.SqlServer.Management.Sdk.Sfc.Metadata 名前空間