DataSink.ValidateTarget Method
Validates the target.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function ValidateTarget ( _
<OutAttribute> ByRef errors As List(Of DataSchemaError) _
) As Boolean
'Usage
Dim instance As DataSink
Dim errors As List(Of DataSchemaError)
Dim returnValue As Boolean
returnValue = instance.ValidateTarget(errors)
public virtual bool ValidateTarget(
out List<DataSchemaError> errors
)
public:
virtual bool ValidateTarget(
[OutAttribute] List<DataSchemaError^>^% errors
)
public function ValidateTarget(
errors : List<DataSchemaError>
) : boolean
abstract ValidateTarget :
errors:List<DataSchemaError> -> bool
override ValidateTarget :
errors:List<DataSchemaError> -> bool
Parameters
- errors
Type: System.Collections.Generic.List<DataSchemaError>%
Value is null
Return Value
Type: System.Boolean
Returns True.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.