This topic has not yet been rated - Rate this topic

IVariableFactory Interface

SQL Server 2012

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)
public interface IVariableFactory

The IVariableFactory type exposes the following members.

  NameDescription
Public methodCreateCursorVariableCreates an ICursorVariable object that has the specified name.
Public methodCreateScalarVariableCreates an IScalarVariable object that has the specified name and data type.
Public methodCreateTableVariableCreates an ITableVariable object that has the specified name and data type.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.