Improve this Doc
View Source
Inheritance
System.Object
SignatureInformation
Namespace:Microsoft.SqlTools.ServiceLayer.LanguageServices.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class SignatureInformation
Properties
|
Improve this Doc
View Source
Declaration
public string Documentation { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string Label { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public ParameterInformation[] Parameters { get; set; }