IDynamicVisible Interface

Provides the ability to limit the number of enumeration values that are visible in a drop-down list. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public Interface IDynamicVisible
'Usage
Dim instance As IDynamicVisible
public interface IDynamicVisible
public interface class IDynamicVisible
type IDynamicVisible =  interface end
public interface IDynamicVisible

The IDynamicVisible type exposes the following members.

Methods

  Name Description
Public method ConfigureVisibleEnumFields Specifies the enumeration values that will be visible. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top