Compartir a través de


MiningStructure.HoldoutSeed Propiedad

Gets the seed that is used to initialize random sampling.

Espacio de nombres:  Microsoft.AnalysisServices.AdomdServer
Ensamblado:  msmgdsrv (en msmgdsrv.dll)

Sintaxis

'Declaración
Public ReadOnly Property HoldoutSeed As Long 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

MiningStructure Clase

Espacio de nombres Microsoft.AnalysisServices.AdomdServer