DeclareVariableStatement.Declarations 属性

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

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
    Get
用法
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>

属性值

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

请参阅

参考

DeclareVariableStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间