ServerGroup.Validate 메서드
Validates the ServerGroup object against the specified method and arguments.
네임스페이스: Microsoft.SqlServer.Management.RegisteredServers
어셈블리: Microsoft.SqlServer.Management.RegisteredServers(Microsoft.SqlServer.Management.RegisteredServers.dll)
구문
‘선언
Public Function Validate ( _
methodName As String, _
ParamArray arguments As Object() _
) As ValidationState
‘사용 방법
Dim instance As ServerGroup
Dim methodName As String
Dim arguments As Object()
Dim returnValue As ValidationState
returnValue = instance.Validate(methodName, _
arguments)
public ValidationState Validate(
string methodName,
params Object[] arguments
)
public:
virtual ValidationState^ Validate(
String^ methodName,
... array<Object^>^ arguments
) sealed
abstract Validate :
methodName:string *
arguments:Object[] -> ValidationState
override Validate :
methodName:string *
arguments:Object[] -> ValidationState
public final function Validate(
methodName : String,
... arguments : Object[]
) : ValidationState
매개 변수
- methodName
유형: System.String
A String that specifies that the key that identifies the referenced object.
- arguments
유형: array<System.Object[]
A Object that specifies the key that identifies the referenced object.
반환 값
유형: Microsoft.SqlServer.Management.Sdk.Sfc.ValidationState
A ValidationState which results from the validation
구현
ISfcValidate.Validate(String, array<Object[])
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.