Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.