ValidationResult.SourceType プロパティ

Source プロパティから抽出された SourceType を取得します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public ReadOnly Property SourceType As String 
    Get
'使用
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

プロパティ値

型: System.String
Source プロパティから抽出された SourceType です。

関連項目

参照

ValidationResult クラス

Microsoft.AnalysisServices 名前空間