Partilhar via


Interface IScalarParameter

Represents a SQL Server scalar parameter.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)

Sintaxe

'Declaração
Public Interface IScalarParameter _
    Inherits IScalarVariable, IScalar, IParameter, ILocalVariable,  _
    IMetadataObject
'Uso
Dim instance As IScalarParameter
public interface IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
public interface class IScalarParameter : IScalarVariable, 
    IScalar, IParameter, ILocalVariable, IMetadataObject
type IScalarParameter =  
    interface
        interface IScalarVariable
        interface IScalar
        interface IParameter
        interface ILocalVariable
        interface IMetadataObject
    end
public interface IScalarParameter extends IScalarVariable, IScalar, IParameter, ILocalVariable, IMetadataObject

O tipo IScalarParameter expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública DataType Gets the local variable data type. (Herdado de ILocalVariable.)
Propriedade pública DataType Gets the scalar data type. (Herdado de IScalar.)
Propriedade pública DataType Gets a IScalarDataType object that represents the scalar variable data type. (Herdado de IScalarVariable.)
Propriedade pública DefaultValue Gets the default value of the parameter. (Herdado de IParameter.)
Propriedade pública IsCursorVariable Gets a value that indicates whether this is a cursor variable. (Herdado de ILocalVariable.)
Propriedade pública IsOutput Gets a value that indicates whether the parameter is an output parameter. (Herdado de IParameter.)
Propriedade pública IsParameter Gets a value that indicates whether this is a parameter. (Herdado de ILocalVariable.)
Propriedade pública IsReadOnly Gets a value that indicates that this parameter is read-only. (Herdado de IParameter.)
Propriedade pública IsScalarVariable Gets a value that indicates whether this is a scalar variable. (Herdado de ILocalVariable.)
Propriedade pública IsTableVariable Gets a value that indicates whether this is a table variable. (Herdado de ILocalVariable.)
Propriedade pública Name Gets the name of the metadata object. (Herdado de IMetadataObject.)
Propriedade pública Nullable Gets a Boolean value that indicates whether the scalar object is nullable. (Herdado de IScalar.)
Propriedade pública ScalarType Gets the scalar type. (Herdado de IScalar.)

Início

Métodos

  Nome Descrição
Método público Accept< (Of < <' (T> ) > > ) Accepts a visit from the specified IMetadataObjectVisitor<(Of <(<'T>)>)> object. (Herdado de IMetadataObject.)

Início