IDynamicValues Interface

Creates a dynamic list of values for string properties. This can be used when a drop-down list contains a list of strings will not be known until run-time (for example, a list of users or database names). 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 IDynamicValues
'Usage
Dim instance As IDynamicValues
public interface IDynamicValues
public interface class IDynamicValues
type IDynamicValues =  interface end
public interface IDynamicValues

The IDynamicValues type exposes the following members.

Methods

  Name Description
Public method GetStandardValues Creates a collection of string values. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Top