Interfaccia IParameter
Represents a SQL Server parameter.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
Public Interface IParameter _
Inherits ILocalVariable, IMetadataObject
'Utilizzo
Dim instance As IParameter
public interface IParameter : ILocalVariable,
IMetadataObject
public interface class IParameter : ILocalVariable,
IMetadataObject
type IParameter =
interface
interface ILocalVariable
interface IMetadataObject
end
public interface IParameter extends ILocalVariable, IMetadataObject
Nel tipo IParameter sono esposti i membri seguenti.
Proprietà
| Nome | Descrizione | |
|---|---|---|
![]() |
DataType | Gets the local variable data type. Ereditato da ILocalVariable. |
![]() |
DefaultValue | Gets the default value of the parameter. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. Ereditato da ILocalVariable. |
![]() |
IsOutput | Gets a value that indicates whether the parameter is an output parameter. |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. Ereditato da ILocalVariable. |
![]() |
IsReadOnly | Gets a value that indicates that this parameter is read-only. |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. Ereditato da ILocalVariable. |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. Ereditato da ILocalVariable. |
![]() |
Name | Gets the name of the metadata object. Ereditato da IMetadataObject. |
In alto
Metodi
| Nome | Descrizione | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. Ereditato da IMetadataObject. |
In alto
.gif)
.gif)