EnvironmentReference.ValidationStatus Property
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.
Gets a value that indicates the status of the validation.
public:
property char ValidationStatus { char get(); };
[Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)]
public char ValidationStatus { get; }
[<Microsoft.SqlServer.Management.Sdk.Sfc.Metadata.SfcProperty(Data=true)>]
member this.ValidationStatus : char
Public ReadOnly Property ValidationStatus As Char
Property Value
The status of the validation.
- Attributes