CubeSettingsDataSet.CubeSettingsRow.WADMIN_CUBE_LOG_STATUS - Propriété
Obtient l'état de l'horodatage du journal.
Espace de noms : WebSvcCubeAdmin
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Property WADMIN_CUBE_LOG_STATUS As Integer
Get
Set
'Utilisation
Dim instance As CubeSettingsDataSet.CubeSettingsRow
Dim value As Integer
value = instance.WADMIN_CUBE_LOG_STATUS
instance.WADMIN_CUBE_LOG_STATUS = value
public int WADMIN_CUBE_LOG_STATUS { get; set; }
Valeur de propriété
Type : System.Int32
Remarques
Elle prend les valeurs suivantes :
Valeur |
Signification |
---|---|
-1 |
Avertissement ; le cube a été créé, mais pas tout a été correctement créée. |
0 |
Le cube a été créé correctement. |
Indifférente |
Le cube a été créé incorrectement (échec) ; reportez-vous à WADMIN_CUBE_LOG_STATUS_TEXT pour le message d'erreur spécifique. |
Voir aussi
Référence
CubeSettingsDataSet.CubeSettingsRow classe