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 validation source for this instance.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property Source As IModelComponent
Get
Set
'Usage
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)
Property Value
Type: Microsoft.AnalysisServices.IModelComponent
The validation source for this instance.