Partager via


Propriété Results

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.. Gets the list of results associated with this validation state.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Results As IList(Of ValidationResult)
    Get
'Utilisation
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>

Valeur de propriété

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