Propriedade do RDL ValidationState.Results
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.. Gets the list of results associated with this validation state.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public ReadOnly Property Results As IList(Of ValidationResult)
Get
'Uso
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>
Valor da propriedade
Tipo: System.Collections.Generic.IList<ValidationResult>
A list of ValidationResult objects associated with the validation state.