SfcInstance.Validate Method
Indicates the basic child object's validation. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Protected Overridable Function Validate As ValidationState
'Usage
Dim returnValue As ValidationState
returnValue = Me.Validate()
protected virtual ValidationState Validate()
protected:
virtual ValidationState^ Validate()
abstract Validate : unit -> ValidationState
override Validate : unit -> ValidationState
protected function Validate() : ValidationState
Return Value
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
The validation state of the object that is validated.