Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current status of the validation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<ExtendedPropertyAttribute> _
Public Property GridValidationState As ValidationState
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The current status of the validation.