DeclareVariableStatement.Declarations-Eigenschaft

Ruft die Liste der Deklarationen ab.

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)
    Get
public IList<DeclareVariableElement> Declarations { get; }
public:
property IList<DeclareVariableElement^>^ Declarations {
    IList<DeclareVariableElement^>^ get ();
}
member Declarations : IList<DeclareVariableElement>
function get Declarations () : IList<DeclareVariableElement>

Eigenschaftswert

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

Hinweise

Die Liste muss mindestens ein Element enthalten.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeclareVariableStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace