Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of declarations.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Declarations As IList(Of DeclareVariableElement)
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<DeclareVariableElement>
Remarks
The list must have at least one element.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DeclareVariableStatement Class