ValidationResult.SourceType Propiedad
Gets the SourceType extracted from the Source property.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System.String
The SourceType extracted from the Source property.