DeclareVariableElement Class
Represents a single declaration in the body of a DeclareVariableStatement.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class DeclareVariableElement _
Inherits TSqlFragment
'Usage
Dim instance As DeclareVariableElement
[SerializableAttribute]
public class DeclareVariableElement : TSqlFragment
[SerializableAttribute]
public ref class DeclareVariableElement : public TSqlFragment
public class DeclareVariableElement extends TSqlFragment
Inheritance Hierarchy
System.Object
Microsoft.Data.Schema.ScriptDom.Sql.TSqlFragment
Microsoft.Data.Schema.ScriptDom.Sql.DeclareVariableElement
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.