Свойство IsRequired
Gets a Boolean indicating if this parameter is required.
Пространство имен: Microsoft.AnalysisServices.AdomdServer
Сборка: msmgdsrv (в msmgdsrv.dll)
Синтаксис
'Декларация
Public ReadOnly Property IsRequired As Boolean
Get
'Применение
Dim instance As MiningServiceParameter
Dim value As Boolean
value = instance.IsRequired
public bool IsRequired { get; }
public:
property bool IsRequired {
bool get ();
}
member IsRequired : bool
function get IsRequired () : boolean
Значение свойства
Тип System. . :: . .Boolean
true if this parameter is required; false otherwise.