Propriété ValidationResult.SourceType
Gets the SourceType extracted from the Source property.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public ReadOnly Property SourceType As String
Get
'Utilisation
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
Valeur de propriété
Type : System.String
The SourceType extracted from the Source property.