DeclareVariableStatement.Declarations 属性

定义

声明列表必须至少有一个元素。

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)

属性值

适用于