FilterNodeFunction.ParameterCount プロパティ
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。関数のパラメーターの数を取得します。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public ReadOnly Property ParameterCount As Integer
Get
'使用
Dim instance As FilterNodeFunction
Dim value As Integer
value = instance.ParameterCount
public int ParameterCount { get; }
public:
property int ParameterCount {
int get ();
}
member ParameterCount : int
function get ParameterCount () : int
プロパティ値
型: System.Int32
関数のパラメーターの数です。