ResultTypeNotSupportedEnumeratorException コンストラクター (ResultType)
このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。
名前空間: Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ: Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)
構文
'宣言
Public Sub New ( _
type As ResultType _
)
'使用
Dim type As ResultType
Dim instance As New ResultTypeNotSupportedEnumeratorException(type)
public ResultTypeNotSupportedEnumeratorException(
ResultType type
)
public:
ResultTypeNotSupportedEnumeratorException(
ResultType type
)
new :
type:ResultType -> ResultTypeNotSupportedEnumeratorException
public function ResultTypeNotSupportedEnumeratorException(
type : ResultType
)
パラメーター
- type
型: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
結果の種類。
関連項目
参照
ResultTypeNotSupportedEnumeratorException クラス