共用方式為


ParameterizedDataType.Parameters 屬性

如果結構描述物件為使用者定義的函式,則取得參數清單。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public ReadOnly Property Parameters As IList(Of Literal)
    Get
public IList<Literal> Parameters { get; }
public:
property IList<Literal^>^ Parameters {
    IList<Literal^>^ get ();
}
member Parameters : IList<Literal>
function get Parameters () : IList<Literal>

屬性值

型別:System.Collections.Generic.IList<Literal>

.NET Framework 安全性

請參閱

參考

ParameterizedDataType 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間