IVariableFactory Interface

Defines methods that can be used to create ILocalVariable objects.

Namespace:  Microsoft.SqlServer.Management.SqlParser.MetadataProvider
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Public Interface IVariableFactory
'Usage
Dim instance As IVariableFactory
public interface IVariableFactory
public interface class IVariableFactory
type IVariableFactory =  interface end
public interface IVariableFactory

The IVariableFactory type exposes the following members.

Methods

  Name Description
Public method CreateCursorVariable Creates an ICursorVariable object that has the specified name.
Public method CreateScalarVariable Creates an IScalarVariable object that has the specified name and data type.
Public method CreateTableVariable Creates an ITableVariable object that has the specified name and data type.

Top

See Also

Reference

Microsoft.SqlServer.Management.SqlParser.MetadataProvider Namespace