Propriedade do RDL ValidationResult.SourceType

Gets the SourceType extracted from the Source property.

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

Sintaxe

'Declaração
Public ReadOnly Property SourceType As String 
    Get
'Uso
Dim instance As ValidationResult 
Dim value As String 

value = instance.SourceType
public string SourceType { get; }
public:
property String^ SourceType {
    String^ get ();
}
member SourceType : string
function get SourceType () : String

Valor da propriedade

Tipo: System.String
The SourceType extracted from the Source property.

Consulte também

Referência

ValidationResult Classe

Namespace Microsoft.AnalysisServices