次の方法で共有


ConfigProperty.Description プロパティ

構成プロパティの説明テキストを取得します。

名前空間:  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
構成プロパティの説明を表す String 値。

使用例

サーバー構成オプション.

関連項目

参照

ConfigProperty クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

SMO での SQL Server の構成