Condividi tramite


Proprietà ValidationResult.SourceType

Gets the SourceType extracted from the Source property.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property SourceType As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

ValidationResult Classe

Spazio dei nomi Microsoft.AnalysisServices