MiningStructure.HoldoutSeed Property

Gets the seed that is used to initialize random sampling.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property HoldoutSeed As Long 
    Get
'Usage
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

Property Value

Type: Int64
The seed that is used to initialize random sampling.

See Also

Reference

MiningStructure Class

Microsoft.AnalysisServices.AdomdServer Namespace