Share via


Propriété GridValidationState

Gets or sets the current status of the validation.

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

Syntaxe

'Déclaration
<ExtendedPropertyAttribute> _
Public Property GridValidationState As ValidationState
    Get
    Set
'Utilisation
Dim instance As ServerAuditSpecificationExtender
Dim value As ValidationState

value = instance.GridValidationState

instance.GridValidationState = value
[ExtendedPropertyAttribute]
public ValidationState GridValidationState { get; set; }
[ExtendedPropertyAttribute]
public:
property ValidationState^ GridValidationState {
    ValidationState^ get ();
    void set (ValidationState^ value);
}
[<ExtendedPropertyAttribute>]
member GridValidationState : ValidationState with get, set
function get GridValidationState () : ValidationState
function set GridValidationState (value : ValidationState)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ValidationState
The current status of the validation.