IVsDataParameter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a data parameter that can be passed to data commands.
public interface class IVsDataParameter
public interface IVsDataParameter
type IVsDataParameter = interface
Public Interface IVsDataParameter
- Derived
Properties
Descriptor |
When implemented by a class, gets information that describes the data parameter. |
Direction |
When implemented by a class, gets or sets a DataParameterDirection object specifying the direction of the parameter. |
Name |
When implemented by a class, gets or sets the string literal name of the current parameter. |
Size |
When implemented by a class, gets or sets an integer value specifying the size of the parameter. |
Type |
When implemented by a class, gets or sets the data source–specific type of the parameter. |
Value |
When implemented by a class, gets or sets the value of the parameter. |
Methods
Parse(String) |
When implemented by a class, disassembles a parameter value in a string format and converts the value to the correct type. |
ToString() |
When implemented by a class, retrieves a string representation of the value of the current parameter. |