DeclareVariableStatement.Declarations プロパティ

定義

宣言のリストには、少なくとも 1 つの要素が必要です。

public System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.DeclareVariableElement> Declarations { get; }
member this.Declarations : System.Collections.Generic.IList<Microsoft.SqlServer.TransactSql.ScriptDom.DeclareVariableElement>
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)

プロパティ値

適用対象