DynamicValueTypeConverter Class
Used for any properties that have the DynamicValues attribute enabled. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
Microsoft.SqlServer.Management.Sdk.Sfc.DynamicValueTypeConverter
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Class DynamicValueTypeConverter _
Inherits StringConverter
'Usage
Dim instance As DynamicValueTypeConverter
public class DynamicValueTypeConverter : StringConverter
public ref class DynamicValueTypeConverter : public StringConverter
type DynamicValueTypeConverter =
class
inherit StringConverter
end
public class DynamicValueTypeConverter extends StringConverter
The DynamicValueTypeConverter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
DynamicValueTypeConverter | Initializes a new instance of the DynamicValueTypeConverter class. Do not reference this member directly in your code. It supports the SQL Server infrastructure. |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.