IParameter 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.
public interface IParameter : Microsoft.SqlServer.Management.SqlParser.Metadata.ILocalVariable
type IParameter = interface
interface ILocalVariable
interface IMetadataObject
Public Interface IParameter
Implements ILocalVariable
- Derived
- Implements
Properties
| DataType | (Inherited from ILocalVariable) |
| DefaultValue | |
| IsCursorVariable | (Inherited from ILocalVariable) |
| IsOutput | |
| IsParameter | (Inherited from ILocalVariable) |
| IsReadOnly | |
| IsScalarVariable | (Inherited from ILocalVariable) |
| IsTableVariable | (Inherited from ILocalVariable) |
| Name | (Inherited from IMetadataObject) |
Methods
| Accept<T>(IMetadataObjectVisitor<T>) | (Inherited from IMetadataObject) |
Extension Methods
| TypeInfo(IMetadataObject) |