ErrorCode propriété
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Property ErrorCode As Integer
Get
Set
'Utilisation
Dim instance As ValidationError
Dim value As Integer
value = instance.ErrorCode
instance.ErrorCode = value
public int ErrorCode { get; set; }
public:
property int ErrorCode {
int get ();
void set (int value);
}
member ErrorCode : int with get, set
function get ErrorCode () : int
function set ErrorCode (value : int)
Valeur de la propriété
Type : System. . :: . .Int32
Voir aussi