ValidationResult.SourceType Property

 

Applies To: SQL Server (starting with 2016)

Gets the SourceType extracted from the Source property.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string SourceType { get; }
public:
property String^ SourceType {
    String^ get();
}
member SourceType : string with get
Public ReadOnly Property SourceType As String

Property Value

Type: System.String

The SourceType extracted from the Source property.

See Also

ValidationResult Class
Microsoft.AnalysisServices Namespace

Return to top