ValidationState.Results 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.
Get the list of the results associated with this validation state
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.ValidationResult> Results { get; }
member this.Results : System.Collections.Generic.IList<Microsoft.SqlServer.Management.Sdk.Sfc.ValidationResult>
Public ReadOnly Property Results As IList(Of ValidationResult)