SqlVector<T> Structure Members
In This Topic
The following tables list the members exposed by SqlVector<T>.
Public Properties
| | Name | Description |
 | IsNull | Indicates whether a structure is null. This property is read-only. |
 | Length | Returns the number of elements in the vector. |
  | Null | Represents a null instance without any attributes. |
Top
Public Methods
| | Name | Description |
  | CreateNull | Constructs a null vector of the given length. SQL Server requires vector arguments to specify their length even when null. |
 | ToString | Returns a string representation of the vector, typically listing its elements in order or indicating that the instance is null. |
Top
See Also