Share via


ManagementPackActionType.VerifyElement Method

Definition

Verifies the DrillThrough action type on management pack import.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::Verification::ManagementPackVerificationResult ^> ^ VerifyElement(System::Collections::Generic::IDictionary<System::String ^, Microsoft::EnterpriseManagement::Configuration::ManagementPackWarehouseRelationalEntityType ^> ^ cubeDimensions, bool throwWarningInsteadOfError);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult> VerifyElement (System.Collections.Generic.IDictionary<string,Microsoft.EnterpriseManagement.Configuration.ManagementPackWarehouseRelationalEntityType> cubeDimensions, bool throwWarningInsteadOfError);
member this.VerifyElement : System.Collections.Generic.IDictionary<string, Microsoft.EnterpriseManagement.Configuration.ManagementPackWarehouseRelationalEntityType> * bool -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.Verification.ManagementPackVerificationResult>
Public Function VerifyElement (cubeDimensions As IDictionary(Of String, ManagementPackWarehouseRelationalEntityType), throwWarningInsteadOfError As Boolean) As IList(Of ManagementPackVerificationResult)

Parameters

cubeDimensions
IDictionary<String,ManagementPackWarehouseRelationalEntityType>

The dimensions of a cube.

throwWarningInsteadOfError
Boolean

true if a warning is thrown instead of an error; otherwise, false.

Returns

A list of verification results.

Applies to