AddNodeFeatureTree.CanSetItemAction(UserVisibleFeature) Метод

Определение

Определяет, можно ли задать указанную функцию, видимую пользователю.

protected:
 override bool CanSetItemAction(Microsoft::SqlServer::Configuration::UserVisibleFeature ^ feature);
protected override bool CanSetItemAction (Microsoft.SqlServer.Configuration.UserVisibleFeature feature);
override this.CanSetItemAction : Microsoft.SqlServer.Configuration.UserVisibleFeature -> bool
Protected Overrides Function CanSetItemAction (feature As UserVisibleFeature) As Boolean

Параметры

feature
UserVisibleFeature

Задаваемая функция.

Возвращаемое значение

Значение true, если указанную видимую пользователю функцию можно задать; в противном случае — значение false.

Применяется к