Udostępnij za pośrednictwem


ValidationState.Results Property

Do not reference this member directly in your code. It supports the SQL Server infrastructure.. Gets the list of results associated with this validation state.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property Results As IList(Of ValidationResult)
    Get
'Usage
Dim instance As ValidationState 
Dim value As IList(Of ValidationResult)

value = instance.Results
public IList<ValidationResult> Results { get; }
public:
property IList<ValidationResult^>^ Results {
    IList<ValidationResult^>^ get ();
}
member Results : IList<ValidationResult>
function get Results () : IList<ValidationResult>

Property Value

Type: System.Collections.Generic.IList<ValidationResult>
A list of ValidationResult objects associated with the validation state.

See Also

Reference

ValidationState Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace