ParameterizedDataType.Parameters Property
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property Parameters As IList(Of Literal)
'Usage
Dim instance As ParameterizedDataType
Dim value As IList(Of Literal)
value = instance.Parameters
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
IList<Literal^>^ get ();
}
public function get Parameters () : IList<Literal>
Property Value
Type: System.Collections.Generic.IList<Literal>
.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.