DataQualityKnowledgeBasesGetRequest 构造函数 (International)
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Initializes a new instance of the DataQualityKnowledgeBasesGetRequest class with specified cultural settings.
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International _
)
用法
Dim International As International
Dim instance As New DataQualityKnowledgeBasesGetRequest(International)
public DataQualityKnowledgeBasesGetRequest(
International International
)
public:
DataQualityKnowledgeBasesGetRequest(
International^ International
)
new :
International:International -> DataQualityKnowledgeBasesGetRequest
public function DataQualityKnowledgeBasesGetRequest(
International : International
)
参数
- International
类型:Microsoft.MasterDataServices.International
The cultural settings.
请参阅
参考
DataQualityKnowledgeBasesGetRequest 类