StagingTargetType 列挙体
ステージングの対象の型を指定する値を格納します。
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<DataContractAttribute(Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Enumeration StagingTargetType
'使用
Dim instance As StagingTargetType
[DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum StagingTargetType
[DataContractAttribute(Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public enum class StagingTargetType
[<DataContractAttribute(Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type StagingTargetType
public enum StagingTargetType
メンバー
| メンバー名 | 説明 | |
|---|---|---|
| Hierarchy | 階層ステージング対象型。 | |
| Collection | コレクション ステージング対象型。 |