MiningStructure.HoldoutSeed 속성
Gets the seed that is used to initialize random sampling.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.dll)
구문
‘선언
Public ReadOnly Property HoldoutSeed As Long
Get
‘사용 방법
Dim instance As MiningStructure
Dim value As Long
value = instance.HoldoutSeed
public long HoldoutSeed { get; }
public:
property long long HoldoutSeed {
long long get ();
}
member HoldoutSeed : int64
function get HoldoutSeed () : long
속성 값
유형: System.Int64
The seed that is used to initialize random sampling.