Description 属性

Gets a textual description of the configuration property.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Description As String
    Get
用法
Dim instance As ConfigProperty
Dim value As String

value = instance.Description
public string Description { get; }
public:
property String^ Description {
    String^ get ();
}
member Description : string
function get Description () : String

属性值

类型:System. . :: . .String
A String value that contains a description of the configuration property.