DeclareVariableStatement.Declarations プロパティ

宣言の一覧を取得します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
'使用
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 ();
}
public function get Declarations () : IList<DeclareVariableElement>

プロパティ値

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

解説

一覧は、少なくとも 1 つの要素を持つ必要があります。

参照

参照

DeclareVariableStatement クラス

DeclareVariableStatement メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間