Sdílet prostřednictvím


DeclareVariableStatement.Declarations – vlastnost

Získá seznam prohlášení.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

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

Hodnota vlastnosti

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

Poznámky

Seznam musí mít alespoň jeden element.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

DeclareVariableStatement Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů