IMultiItemAccessModifier.Enabled(INodeInformation[]) メソッド

定義

アイテムが有効になっているかどうかを示します。

public:
 bool Enabled(cli::array <Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^> ^ sources);
public bool Enabled(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] sources);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation[] -> bool
Public Function Enabled (sources As INodeInformation()) As Boolean

パラメーター

sources
INodeInformation[]

ターゲットノードです。

返品

Booleanを返します。アイテムが有効ならtrue、そうでなければfalseです。

適用対象