Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the warning message identified in the XmlaWarning class.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public ReadOnly Property WarningCode As Integer
Get
'Usage
Dim instance As XmlaWarning
Dim value As Integer
value = instance.WarningCode
public int WarningCode { get; }
public:
property int WarningCode {
int get ();
}
member WarningCode : int
function get WarningCode () : int
Property Value
Type: System.Int32
The identified warning message.