This topic has not yet been rated - Rate this topic

SmoObjectBase::Validate Method

Validates the state of an object.

This API is not CLS-compliant. 

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[CLSCompliantAttribute(false)]
public:
virtual ValidationState^ Validate(
	String^ methodName, 
	... array<Object^>^ arguments
)

Parameters

methodName
Type: System::String
The method name object.
arguments
Type: array<System::Object>
Object array.

Return Value

Type: Microsoft.SqlServer.Management.Sdk.Sfc::ValidationState
The state of an object.

Implements

ISfcValidate::Validate(String, array<Object>)
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.