ConfigProperty.Description Property

 

Applies To: SQL Server 2016 Preview

Gets a textual description of the configuration property.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

public string Description { get; }
public:
property String^ Description {
    String^ get();
}
member Description : string with get
Public ReadOnly Property Description As String

Property Value

Type: System.String

A String value that contains a description of the configuration property.

Examples

Legacy Code Example

Server Configuration Options (SQL Server).

See Also

ConfigProperty Class
Microsoft.SqlServer.Management.Smo Namespace
Configuring SQL Server in SMO

Return to top