Condividi tramite


Proprietà DeclareVariableStatement.Declarations

Ottiene l'elenco di dichiarazioni.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Note

L'elenco deve contenere almeno un elemento.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

DeclareVariableStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql