IScalarVariable 인터페이스
Represents a SQL Server scalar variable.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
Public Interface IScalarVariable _
Inherits IScalar, ILocalVariable, IMetadataObject
‘사용 방법
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
IScalarVariable 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
DataType | Gets a IScalarDataType object that represents the scalar variable data type. | |
IsCursorVariable | Gets a value that indicates whether this is a cursor variable. (ILocalVariable에서 상속됨) | |
IsParameter | Gets a value that indicates whether this is a parameter. (ILocalVariable에서 상속됨) | |
IsScalarVariable | Gets a value that indicates whether this is a scalar variable. (ILocalVariable에서 상속됨) | |
IsTableVariable | Gets a value that indicates whether this is a table variable. (ILocalVariable에서 상속됨) | |
Name | Gets the name of the metadata object. (IMetadataObject에서 상속됨) | |
Nullable | Gets a Boolean value that indicates whether the scalar object is nullable. (IScalar에서 상속됨) | |
ScalarType | Gets the scalar type. (IScalar에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Accept<T> | Accepts a visit from the specified IMetadataObjectVisitor<T> object. (IMetadataObject에서 상속됨) |
맨 위로 이동