DataQualityInstalledStateRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the new instance of the DataQualityInstalledStateRequest class.
Overloads
DataQualityInstalledStateRequest() |
Initializes the new instance of the DataQualityInstalledStateRequest class with default values. |
DataQualityInstalledStateRequest(International) |
Initializes the new instance of the DataQualityInstalledStateRequest class with specified cultural settings. |
DataQualityInstalledStateRequest()
Initializes the new instance of the DataQualityInstalledStateRequest class with default values.
public:
DataQualityInstalledStateRequest();
public DataQualityInstalledStateRequest();
Public Sub New ()
Applies to
DataQualityInstalledStateRequest(International)
Initializes the new instance of the DataQualityInstalledStateRequest class with specified cultural settings.
public:
DataQualityInstalledStateRequest(Microsoft::MasterDataServices::International ^ International);
public DataQualityInstalledStateRequest(Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.DataQualityInstalledStateRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.DataQualityInstalledStateRequest
Public Sub New (International As International)
Parameters
- International
- International
The cultural settings.