次の方法で共有


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 です。

適用対象