Propriedade do RDL ValidationRule.Type

Gets or sets the type of validation.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public ReadOnly Property Type As ValidationRuleType 
    Get
'Uso
Dim instance As ValidationRule 
Dim value As ValidationRuleType 

value = instance.Type
public ValidationRuleType Type { get; }
public:
property ValidationRuleType Type {
    ValidationRuleType get ();
}
member Type : ValidationRuleType
function get Type () : ValidationRuleType

Valor da propriedade

Tipo: Microsoft.AnalysisServices.ValidationRuleType
The type of validation.

Consulte também

Referência

ValidationRule Classe

Namespace Microsoft.AnalysisServices