Partager via


Propriété DeclareVariableStatement.Declarations

Gets the list of declarations, must have at least one element.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
    Get
'Utilisation
Dim instance As DeclareVariableStatement 
Dim value As IList(Of DeclareVariableElement)

value = instance.Declarations
public IList<DeclareVariableElement> Declarations { get; }
public:
property IList<DeclareVariableElement^>^ Declarations {
    IList<DeclareVariableElement^>^ get ();
}
member Declarations : IList<DeclareVariableElement>
function get Declarations () : IList<DeclareVariableElement>

Valeur de propriété

Type : System.Collections.Generic.IList<DeclareVariableElement>
The list of declarations.

Voir aussi

Référence

DeclareVariableStatement Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom