Share via


DeclareVariableStatement.Declarations Property

Gets the list of declarations.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
public IList<DeclareVariableElement> Declarations { get; }
public:
property IList<DeclareVariableElement^>^ Declarations {
    IList<DeclareVariableElement^>^ get ();
}
member Declarations : IList<DeclareVariableElement>
function get Declarations () : IList<DeclareVariableElement>

Property Value

Type: System.Collections.Generic.IList<DeclareVariableElement>

Remarks

The list must have at least one element.

.NET Framework Security

See Also

Reference

DeclareVariableStatement Class

Microsoft.Data.Schema.ScriptDom.Sql Namespace