Warnings プロパティ
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Shared ReadOnly Property Warnings As ICollection
Get
'使用
Dim value As ICollection
value = ValidationRule.Warnings
public static ICollection Warnings { get; }
public:
static property ICollection^ Warnings {
ICollection^ get ();
}
static member Warnings : ICollection
static function get Warnings () : ICollection