IDynamicValues-Schnittstelle
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). Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
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
Der IDynamicValues-Typ macht folgende Elemente verfügbar.
Methoden
Name | Beschreibung | |
---|---|---|
GetStandardValues | Creates a collection of string values. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. |
Zum Anfang