Given a constraint name, returns whether the
specified constraint is active.
| [Visual Basic .NET] |
|---|
Public Function IsNamedConstraintActive( _
ByVal CnstrName As String _
) As Boolean
|
| [C#] |
|---|
public bool IsNamedConstraintActive(
|
| [Managed C++] |
|---|
public: bool IsNamedConstraintActive(
|
| [Java] |
|---|
public bool isNamedConstraintActive(
|
| [Unmanaged C++] |
|---|
public: HRESULT IsNamedConstraintActive(
|
- CnstrName