Compartilhar via


Propriedade do RDL ValidationError.Source

Gets or sets the validation source for this instance.

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

Sintaxe

'Declaração
Public Property Source As IModelComponent 
    Get 
    Set
'Uso
Dim instance As ValidationError 
Dim value As IModelComponent 

value = instance.Source

instance.Source = value
public IModelComponent Source { get; set; }
public:
property IModelComponent^ Source {
    IModelComponent^ get ();
    void set (IModelComponent^ value);
}
member Source : IModelComponent with get, set
function get Source () : IModelComponent 
function set Source (value : IModelComponent)

Valor da propriedade

Tipo: Microsoft.AnalysisServices.IModelComponent
The validation source for this instance.

Consulte também

Referência

ValidationError Classe

Namespace Microsoft.AnalysisServices