DataQualityInstalledStateResponse Class
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.
Represents the response of a DQS installed state request.
public ref class DataQualityInstalledStateResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityInstalledStateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class DataQualityInstalledStateResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="DataQualityInstalledStateResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type DataQualityInstalledStateResponse = class
Public Class DataQualityInstalledStateResponse
- Inheritance
-
DataQualityInstalledStateResponse
- Attributes
Constructors
DataQualityInstalledStateResponse() |
Initializes a new instance of the DataQualityInstalledStateResponse class. |
DataQualityInstalledStateResponse(Boolean, OperationResult) |
Initializes a new instance of the DataQualityInstalledStateResponse class. |
Fields
IsInstalled |
Specifies a value that indicates whether the service state is installed. |
OperationResult |
Specifies the result of an operation. |