Proprietà Results
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.. Gets the list of results associated with this validation state.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Results As IList(Of ValidationResult)
Get
'Utilizzo
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>
Valore proprietà
Tipo: System.Collections.Generic. . :: . .IList< (Of < ( <'ValidationResult> ) > ) >
A list of ValidationResult objects associated with the validation state.
Vedere anche