Freigeben über


ValidationState.Results-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.. 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>

Eigenschaftswert

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

Siehe auch

Verweis

ValidationState Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace