Description プロパティ
列のユーザー定義の説明を取得します。
名前空間: Microsoft.AnalysisServices.AdomdClient
アセンブリ: Microsoft.AnalysisServices.AdomdClient (Microsoft.AnalysisServices.AdomdClient.dll)
構文
'宣言
Public ReadOnly Property Description As String
Get
'使用
Dim instance As MiningModelColumn
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 を返します。