Interfaz ILocalVariable
Defines a local variable or parameter.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
Public Interface ILocalVariable _
Inherits IMetadataObject
'Uso
Dim instance As ILocalVariable
public interface ILocalVariable : IMetadataObject
public interface class ILocalVariable : IMetadataObject
type ILocalVariable =
interface
interface IMetadataObject
end
public interface ILocalVariable extends IMetadataObject
El tipo ILocalVariable expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
DataType | Gets the local variable data type. |
![]() |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. |
![]() |
IsParameter | Gets a value that indicates whether this is a parameter. |
![]() |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. |
![]() |
IsTableVariable | Gets a value that indicates whether this is a table variable. |
![]() |
Name | Gets the name of the metadata object. (Se hereda de IMetadataObject.) |
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)