次の方法で共有


AssemblyStatement.Parameters プロパティ

クライアント アセンブリ指定子またはアセンブリ ビットの一覧を取得します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public ReadOnly Property Parameters As IList(Of ScalarExpression)
    Get
'使用
Dim instance As AssemblyStatement 
Dim value As IList(Of ScalarExpression)

value = instance.Parameters
public IList<ScalarExpression> Parameters { get; }
public:
property IList<ScalarExpression^>^ Parameters {
    IList<ScalarExpression^>^ get ();
}
member Parameters : IList<ScalarExpression>
function get Parameters () : IList<ScalarExpression>

プロパティ値

型: System.Collections.Generic.IList<ScalarExpression>
クライアント アセンブリ指定子またはアセンブリ ビット。

関連項目

参照

AssemblyStatement クラス

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間