Compartir a través de


DeclareVariableStatement.Declarations Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado:  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxis

'Declaración
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
    Get
'Uso
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>

Valor de la propiedad

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

Vea también

Referencia

DeclareVariableStatement Clase

Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom