Interfaz IScalarVariable
Represents a SQL Server scalar variable.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface IScalarVariable _
Inherits IScalar, ILocalVariable, IMetadataObject
'Uso
Dim instance As IScalarVariable
public interface IScalarVariable : IScalar,
ILocalVariable, IMetadataObject
public interface class IScalarVariable : IScalar,
ILocalVariable, IMetadataObject
type IScalarVariable =
interface
interface IScalar
interface ILocalVariable
interface IMetadataObject
end
public interface IScalarVariable extends IScalar, ILocalVariable, IMetadataObject
El tipo IScalarVariable expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DataType | Gets the local variable data type. (Se hereda de ILocalVariable.) |
![]() |
DataType | Gets the scalar data type. (Se hereda de IScalar.) |
![]() |
DataType | Gets a IScalarDataType object that represents the scalar variable data type. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (Se hereda de ILocalVariable.) |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. (Se hereda de ILocalVariable.) |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (Se hereda de ILocalVariable.) |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. (Se hereda de ILocalVariable.) |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
![]() |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (Se hereda de IScalar.) |
![]() |
ScalarType | Gets the scalar type. (Se hereda de IScalar.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Accept< (Of < <' (T> ) > > ) | Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Se hereda de IMetadataObject.) |
Arriba
.gif)
.gif)