MiningStructureColumnContents.KeyHoldoutContents プロパティ

予約データ セットで使用されるレコードのキーを含むキャッシュを取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Shared ReadOnly Property KeyHoldoutContents As String()
    Get
'使用
Dim value As String()

value = MiningStructureColumnContents.KeyHoldoutContents
public static string[] KeyHoldoutContents { get; }
public:
static property array<String^>^ KeyHoldoutContents {
    array<String^>^ get ();
}
static member KeyHoldoutContents : string[]
static function get KeyHoldoutContents () : String[]

プロパティ値

型: array<System.String[]
予約データ セットで使用されるレコードのキーを含むキャッシュです。

関連項目

参照

MiningStructureColumnContents クラス

Microsoft.AnalysisServices 名前空間