SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class ConnectParamsExtensions

Extension methods to ConnectParams

Inheritance
System.Object
ConnectParamsExtensions
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public static class ConnectParamsExtensions

Methods

| Improve this Doc View Source

IsValid(ConnectParams, out String)

Check that the fields in ConnectParams are all valid

Declaration
public static bool IsValid(this ConnectParams parameters, out string errorMessage)
Parameters
Type Name Description
ConnectParams parameters
System.String errorMessage
Returns
Type Description
System.Boolean
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX