次の方法で共有


IAccessModifier.Enabled(INodeInformation) メソッド

定義

項目が有効かどうかの値を示します。

public:
 bool Enabled(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INodeInformation ^ source);
public bool Enabled (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation source);
abstract member Enabled : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INodeInformation -> bool
Public Function Enabled (source As INodeInformation) As Boolean

パラメーター

source
INodeInformation

対象のノードを表します。

戻り値

項目が有効である場合は true。それ以外の場合は false

適用対象